-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Terry,

On 4/12/2010 11:38 AM, Terry Horner wrote:
> The webapp is one of two in a single sign-on environment, and listens
> on /. The other webapp is a simple one used to provide a client with
> a customised login page (they go to /clientname/intro.html, login
> through /clientname/login.jsp and, if successful are forwarded to
> /intro.html , which is on the main ap)

Hmm, that could complicate things.

> However, if I remove the other application, and the SSO valve the
> same behaviour occours.

That's good to know. Let's take a look.

> before
> <Context path="" docBase="dabce" debug="0" override="true" 
> crossContext="true" reloadable="true">
>       <Manager className="org.apache.catalina.session.StandardManager" 
> entropy="hiddenstuff" maxActiveSessions="-1" 
>       maxInactiveInterval="1600" sessionIdLength="24" />
>       <Valve className="org.apache.catalina.authenticator.FormAuthenticator" 
> characterEncoding="UTF-8"/>
> </Context>

<Context path=""> is illegal. Where did you define your <Context>?

> <Context path="/clientname" docBase="customlogon" override="true" 
> crossContext="true" reloadable="true">
>       <Valve className="org.apache.catalina.authenticator.FormAuthenticator" 
> characterEncoding="UTF-8"/>
> </Context>
> <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
> 
> after
> 
> <Context path="" docBase="dabce" debug="0" override="true" reloadable="true">
>       <Manager className="org.apache.catalina.session.StandardManager" 
> entropy="hiddenstuff" maxActiveSessions="-1" 
>       maxInactiveInterval="1600" sessionIdLength="10" />
>       <Valve className="org.apache.catalina.authenticator.FormAuthenticator" 
> characterEncoding="UTF-8"/>
> </Context>
> 
> 
> It's difficult to trim our application down to a simple test case. I will 
> send one when I can.

I think that would be best, honestly. Reproducibility is the most
important factor when fixing issues like these.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvDY1cACgkQ9CaO5/Lv0PDAFwCdEq/kq9TuXTbn65bxlt/Ag2Gs
rccAoLDIUljNSh2S3+nRUcAWnYDyYs+j
=Tf8U
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to