URL pattern ?

Hi,

I want to use the following URL pattern in my filter mapping.

/CSPortal/index.html?ctrl:id=page.CSPortal.*

I want to know whether it is OK to use *, the way I have used. I tried with putting \ as escape character before the reserve characters such as ?and =.

Please suggest the correct way of using such a pattern.

[349 byte] By [Rajarshi_Ba] at [2007-10-2 21:50:34]
# 1
so what is happening now...itsnot filtering?
mshanua at 2007-7-14 1:06:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
No.
Rajarshi_Ba at 2007-7-14 1:06:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
These are the patterns that support in weblogic server..../soda/grape/*/foo/* /contents*.fooregardsshanu
mshanua at 2007-7-14 1:06:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
I am using jboss. Any work around for using filter on such pattern
Rajarshi_Ba at 2007-7-14 1:06:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
U can filter through file not through argument which u are trying to do here..........so better handle internally.....ur server has lots of other tedious work to do.. :)rgdsShanu
mshanua at 2007-7-14 1:06:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...