This method throws
java.lang.IllegalStateException: Cannot forward after response has been committed
and I am unable to spot th
After return forward method you can simply do this:
return null;
It will break the current scope.