-- Jeanfrancois
Michael Duffy wrote:
Aren't those new keywords in the 2.2 servlet spec? They don't do any good for anyone who uses Tomcat
4.1.24 or earlier. Right?
--- Justin Ruthenbeck <[EMAIL PROTECTED]> wrote:
At 10:57 AM 6/25/2003, you wrote:---------------------------------------------------------------------
[mailto:[EMAIL PROTECTED]-----Original Message-----
From: Shapira, Yoav
particular request are runSent: Wednesday, June 25, 2003 12:53 PM To: Tomcat Users List Subject: RE: How to protect static HTML's
Howdy,
(2) Use filters. All filters set for a
have recursion.*once*
on an incoming request. If you do aRequestDispatcher.forward(), the
filters will not be run again -- and you won't
when theI wouldn't suggest that option, as it may break
Filters willServlet Specification v2.4 will be different.
RequestDispatcher.forward.run on the same request through
Only when you specify that they are to be run thatway. You can specify
that they only be run on incoming requests, onforwards or on includes
(and any combination of those). There are constantsfor these, but I
forget what they are.See SRV.6.2.5 -- The xml tag is <dispatcher>[INCLUDE,FORWARD,REQUEST]</dispatcher>
justin
____________________________________ Justin Ruthenbeck Software Engineer, NextEngine Inc. justinr - AT - nextengine DOT com Confidential See http://www.nextengine.com/confidentiality.php ____________________________________
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
__________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]