Hi all,
I am using JDeveloper to develop a web application, something I want to do, is to
filter all jsp pages that starts with "res" using the filter "myfilter",
snippet of my web.xml look like:
myfilter
myfilter
...
myfilter
/res*
Now, the filter mechanism works perfectly using
Hi, thanks to Mr. T for your previous reply.
I have a nother problem with the url-pattern and filtering!!!
my application is using Struts 1.1, and is trying to filter all the jsp files in the
/res folder... using the filter myfilter
so in the web.xml we have
...
myfilter
/res/*
now what
Yep excellent idea, filters and valves are excellent techniques and need
more explorations.
- Original Message -
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 21, 2003 9:21 AM
Subject: Tomcat 5 examples
Hi,
It occurred to me that perhaps we sho