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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14304

RequestDispatcher.forward() problem in a Filter





------- Additional Comments From [EMAIL PROTECTED]  2002-11-06 18:14 -------
More information about this:

I have tested this on 4.1.12 and 4.1.14, and the behavior is the same.

On 4.1.14, I tested this with the following 4 statements:

request.getRequestDispatcher(OTHER_RESOURCE).forward(request, response);
request.getRequestDispatcher(OTHER_RESOURCE).include(request, response);
getFilterConfig().getServletContext().getRequestDispatcher(OTHER_RESOURCE).forward(request,
response);
getFilterConfig().getServletContext().getRequestDispatcher(OTHER_RESOURCE).include(request,
response);

Each with the same actual behavior.

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to