isapi_redirect Filter runs as local system account?

2004-02-27 Thread Jason Harrop
Hi I'm mystified as to how the isapi_redirect filter treats interacts with the NTFS permissions set on the physical dll file. My intent is to restrict access to my Tomcat application to a users in a particular Active Directory group. I've tried to do this by setting the NTFS permissions on isapi_r

FileDirContext tests fail

2002-01-09 Thread Jason Harrop
I successfully built Tomcat 4 from CVS today. But the test target yields 4 failures out of 8 run (see below). thanks Jason --- build-tests: [mkdir] Created dir: /usr/java/jakarta/jakarta-tomcat-4.0/catalina/build/tests [javac] Compiling 5 source files to /usr/java/jak

Re: [TC4] SingleSignOnSupport broken?

2001-03-01 Thread Jason Harrop
Craig R. McClanahan wrote: > There is an (undocumented) restriction in the current implementation when using > BASIC or DIGEST authentication with single sign on support -- the value you > specify for in the security constraints needs to be the same for all of > the webapps that are participati

[TC4] SingleSignOnSupport broken?

2001-03-01 Thread Jason Harrop
Hi I'm using the TC4 sources from cvs from Feb 17 (well after the last commit to org.apache.catalina.authenticator.SingleSignOn), with SlideRealm. I had been using three different webapps; each web.xml file had identical realm name, as in: BASIC myRealm Without the SingleSignO