RE: [5] Authentication for Overlapping Constraints

2003-07-24 Thread Shapira, Yoav
Howdy, >> >1) Add a method 'List getSecurityConstraints(HttpRequest req, Context >ctx)' >> >to Realm, and have AuthenticatorBase loop through them. >> >2) Have RealmBase create it's own special SecurityConstraint that is the >> >intersection of all of the overlapping constraints, and leave >> >A

Re: [5] Authentication for Overlapping Constraints

2003-07-24 Thread Bill Barker
- Original Message - From: "Jean-Francois Arcand" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 6:20 AM Subject: Re: [5] Authentication for Overlapping Constraints > > > Bill Barker wrot

Re: [5] Authentication for Overlapping Constraints

2003-07-24 Thread Jean-Francois Arcand
Bill Barker wrote: Tomcat doesn't adhere to the (new) requirements in the 2.4 Servlet-Spec for handling the case of Overlapping Constraints: When a url-pattern and http-method pair occurs in multiple security constraints, the applicable constraints (on the pattern and method) are defined by com

Re: [5] Authentication for Overlapping Constraints

2003-07-24 Thread Remy Maucherat
Bill Barker wrote: Tomcat doesn't adhere to the (new) requirements in the 2.4 Servlet-Spec for handling the case of Overlapping Constraints: When a url-pattern and http-method pair occurs in multiple security constraints, the applicable constraints (on the pattern and method) are defined by combin

[5] Authentication for Overlapping Constraints

2003-07-23 Thread Bill Barker
Tomcat doesn't adhere to the (new) requirements in the 2.4 Servlet-Spec for handling the case of Overlapping Constraints: When a url-pattern and http-method pair occurs in multiple security constraints, the applicable constraints (on the pattern and method) are defined by combining the individual