[Resin-interest] Fwd: regexp and security-contraints?

2009-04-17 Thread Ryan Vanderwerf
I'm trying this on 3.1.8 but not having any luck: security-constraint role-name='viewer url-pattern include-pattern/*/include-pattern exclude-pattern/usr/something.jsp/exclude-pattern /url-pattern /security-constraint The above does not work. This works: security-constraint url-pattern='/*'

Re: [Resin-interest] Fwd: regexp and security-contraints?

2009-04-17 Thread Scott Ferguson
On Apr 17, 2009, at 2:55 PM, Ryan Vanderwerf wrote: I'm trying this on 3.1.8 but not having any luck: security-constraint role-name='viewer url-pattern include-pattern/*/include-pattern exclude-pattern/usr/something.jsp/exclude-pattern /url-pattern /security-constraint The above

Re: [Resin-interest] Fwd: regexp and security-contraints?

2009-04-17 Thread Aaron Freeman
Should I assume the missing apostrophe in the example that doesn't work is actually there in your test case? security-constraint role-name='viewer should be security-constraint role-name='viewer' Aaron I'm trying this on 3.1.8 but not having any luck: security-constraint