This method throws
java.lang.IllegalStateException: Cannot forward after response has been committed
and I am unable to spot th
I removed
super.service(req, res);
Then it worked fine for me