You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/12/21 00:12:00 UTC

DO NOT REPLY [Bug 21440] - whose target performs a 'forward' does not behave as expected

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=21440>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=21440


markt@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From markt@apache.org  2005-12-21 00:11 -------
I have just taken a closer look at the remaining issues and the behaviour seen
is as expected. The use of newlines and "***2***" etc in the test jsps was
causing output to be written after the response had been committed. With all the
superfluous output removed, the test cases behaved as expected. Specifically:
- for 4.1.x and 5.5.x console messages are displayed with ForwardServlet
- for 4.1.x and 5.5.x the IlegalStateException is thrown for test case 2

The exceptions Jan referred to in comment #3 no longer appear.

The additional warnings in 5.5.x are just that. The response has been committed
so trying to flush the buffer on the release of the PageContext fails. This is
expected.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org