Hi,
i'm trying to use a regular expression in my web.xml deployment descriptor, but i'm 
getting a error at deploy time.

Here's what i wanna do:
I have a servlet filter that must be executed for ALL urls of my application except 
for the login.jsp. Then, i tried something like this (and other variations).

  |     <filter-mapping>
  |             <filter-name>InitializationFilter</filter-name>
  |             <url-pattern>/*&&[^/login.jsp]</url-pattern>
  |     </filter-mapping>   
  | 

I also tried some very simple regular exception, but JBoss would always give me a 
deploy error.

What am i doing wrong???

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845861#3845861

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845861


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to