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=21811>.
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=21811
If url-pattern is /*.jsp, filter doesn't run
------- Additional Comments From rnewman@thecia.net 2003-07-22 19:57 -------
Install the WAR file as webapps/filter-test.war .
In your browser, go to http://localhost:8080/filter-test/test.jsp
You'll see "TestFilterRan=null". If the filter had run, you would instead have seen
"TestFilterRan=true".
Edit web.xml as suggested in my bug report, and reload the application, and you'll see that
the
filter does run.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|