Re: Authentication checking.

2002-06-27 Thread Robert Sanders
Thanks, I could have tracked it down eventually, but I think I should be able to find what I wanted much faster with your pointers. Craig R. McClanahan wrote: >For obvious security reasons, the Catalina internal classes are protected >from access by webapps, unless you are specifically configu

Re: Authentication checking.

2002-06-26 Thread Craig R. McClanahan
On Wed, 26 Jun 2002, Robert Sanders wrote: > Date: Wed, 26 Jun 2002 19:45:02 -0500 > From: Robert Sanders <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Authentication checking.

Re: Authentication checking.

2002-06-26 Thread Robert Sanders
Yeah, this is sort of what I had been thinking. Then I got to looking at the Catalina JavaDocs and it seemed to me that if I could get a valid org.apache.catalina.core.StandardContext Object for the current web-app then I could get the SecurityConstraint[] Array using findConstraints() and

Re: Authentication checking.

2002-06-26 Thread Craig R. McClanahan
On Tue, 25 Jun 2002, Robert Sanders wrote: > Date: Tue, 25 Jun 2002 22:00:06 -0500 > From: Robert Sanders <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Authentication checkin