Jason Sando
2004-02-09 21:54:56 UTC
This may be more of a servlet API question than a Jetty question, let me
know.
I have one context forwarding to another via:
ServletContext theContext = getServletContext().getContext
(targetContext);
theContext.getRequestDispatcher (targetPath).forward (request,
response);
The path being forwarded to is a servlet that has a ServletFilter. When
invoked directly, the filter is executed, but when the request is forwarded
from the second web app the filter is not invoked.
Looking at the Servlet 2.3 spec, it doesn't even mentioned filters in
section 8 Dispatching Requests.
Thanks!
-j
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
know.
I have one context forwarding to another via:
ServletContext theContext = getServletContext().getContext
(targetContext);
theContext.getRequestDispatcher (targetPath).forward (request,
response);
The path being forwarded to is a servlet that has a ServletFilter. When
invoked directly, the filter is executed, but when the request is forwarded
from the second web app the filter is not invoked.
Looking at the Servlet 2.3 spec, it doesn't even mentioned filters in
section 8 Dispatching Requests.
Thanks!
-j
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn