JSP output buffer flush="true" makes the page load incompletely
Issue
- Suppose there is a JSP (
A.jsp) included another JSP (B.jsp) by referencing it in the middle of its page. IfB.jspproduces an exception when run, JBoss only returns the portion ofA.jspthat was read before it calledB.jspand produced the error. When this happens the exception thrown by JBoss is:
“java.lang.IllegalStateException: Cannot reset buffer after response has been committed”
Environment
- JBoss Enterprise Application Platform (EAP)
- 4.3.x
- 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.