SOLVED: Re: Modifying saved URL from j_security_check

2006-08-10 Thread Gregor Schneider
Mark, I don't know what it was, however, I've got it working now. The Exception thrown in my version of FormAuthenticator is thrown now YESSS!!! My best guess is that I mixed up some directories when building the jar containing my Authenticator-classes, anyways, subclassing FormAuthenticator and

Re: Modifying saved URL from j_security_check

2006-08-10 Thread Gregor Schneider
Hi Mark, currently it's pretty busy here, therefore I couldn't try your suggestion yet. However, what I've tried so far is: I've subclassed *all* Authenticators from org.apache.catalina.authenticator(Digest, Form and SSL) since I thought that maybe some other Authenticator is being triggered si

Re: Modifying saved URL from j_security_check

2006-08-09 Thread Mark Thomas
Gregor Schneider wrote: > Hi Mark, > > something really, really strange is happening here: As you suggested, I've > subclassed org.apache.catalina.authenticator.FormAuthenticator, patched the > Authenticators.properties in catalina.jar, however, my own Authenticator is > not being used. > I tho

Re: Modifying saved URL from j_security_check

2006-08-09 Thread Gregor Schneider
Hi Mark, something really, really strange is happening here: As you suggested, I've subclassed org.apache.catalina.authenticator.FormAuthenticator, patched the Authenticators.properties in catalina.jar, however, my own Authenticator is not being used. Strange though, since if I delete my jar wher

Re: Modifying saved URL from j_security_check

2006-08-08 Thread Mark Thomas
Gregor Schneider wrote: > Any suggestions higly appreciated! Subclassing o.a.c.authenticator.FormAuthenticator? You would need to modify Authenticators.properties which resides in catalina.jar - To start a new topic, e-mail: use

Modifying saved URL from j_security_check

2006-08-08 Thread Gregor Schneider
Hi list, imagine a framed web-application: After session-timeout, the user clicks on a link in an outer frame which has the inner frame as it's target. What happens? j_security_check is called, login-page displayed, authorization performed and saved url is requested. Unfortunately, your framed vi