Hi,
I am returning Viewable objects to requests in order to have a JSP process
the output. In the JSP I have a <c:forEach> loop which contains a <c:import>
tag, in order to insert a fragment of output from another resource. The
importing is working, but once the length of output reaches 8192 bytes the
client receives no more content. In the logs I see the following exception:
java.lang.IllegalStateException: Cannot forward after response has been
committed
After some experimentation I have found:
- Simply using two <c:import>s has the same issue, i.e. the <c:forEach> loop
appears to be irrelevant.
- A single <c:import> referring to a large file does work with content
length greater than 8192.
I would assume 8192 is the length of some buffer.
Has anyone else experienced this issue? Does this sound like a bug in
Jersey?
Thanks,
Justin
--
View this message in context: http://jersey.576304.n2.nabble.com/JSP-multiple-c-import-issue-tp5370369p5370369.html
Sent from the Jersey mailing list archive at Nabble.com.