Re: [OT] URL Filter + regular expression

2007-10-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lukas, lukasK wrote: > I've got some problem with using regular expression to describe uri. I would > like to redirect all files (adresses) with .jsp types. According to example > on http://www.servletsuite.com/servlets/redirectflt.htm the syntax is:

URL Filter + regular expression

2007-10-12 Thread lukasK
I've got some problem with using regular expression to describe uri. I would like to redirect all files (adresses) with .jsp types. According to example on http://www.servletsuite.com/servlets/redirectflt.htm the syntax is: uri=some_url How can I define expression affected all .jsp files. I try so