Re: with Basic Auth

2004-11-08 Thread Peter Lin
---Original Message- > >From: Peter Lin [mailto:[EMAIL PROTECTED] > >Sent: Monday, November 08, 2004 4:27 PM > >To: Tomcat Users List > >Subject: Re: with Basic Auth > > > >hehe, I did a search of spec 2.2 and 2.3 on url-pattern and didn't > >fin

RE: with Basic Auth

2004-11-08 Thread Shapira, Yoav
List >Subject: Re: with Basic Auth > >hehe, I did a search of spec 2.2 and 2.3 on url-pattern and didn't >find the definition. I guess I'll have to look at earlier specs for >the definition. either that or I missed it. > >peter > > > >On Mon, 8 Nov 2004 14

Re: with Basic Auth

2004-11-08 Thread Peter Lin
hehe, I did a search of spec 2.2 and 2.3 on url-pattern and didn't find the definition. I guess I'll have to look at earlier specs for the definition. either that or I missed it. peter On Mon, 8 Nov 2004 14:22:36 -0600, Mike Curwen <[EMAIL PROTECTED]> wrote: > I'd think url-pattern elements (re

RE: with Basic Auth

2004-11-08 Thread Mike Curwen
I'd think url-pattern elements (regardless of where they appear) need to conform to the url-patterns specified in the spec (not sure of section). paths: starting with '/' and ending with '/*' extensions: '*.foo' exact: exact matching. The url-pattern I've left from your original message doesn't