-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gregor,
Gregor Schneider wrote:
> The only options I'm having seem to be
>
> - subclass FormAuthenticator and patch Tomcat
Agreed: yuk.
> - use a JAAS-implementation, but I got no Idea if this will work,
> besides, you'll have to deal with the JAAS
Hi there,
On Wed, Sep 3, 2008 at 1:50 PM, H. Hall <[EMAIL PROTECTED]> wrote:
>
> Assuming that your login form is a jsp, why don't you put something like
> this in it:
>
> if(isOKLogin ){
> RequestDispatcher rd = request.getRequestDispatcher("/index.html");
> rd.forward(request, response);
Gregor Schneider wrote:
Hi guys,
I have quite a bit of a problem here.
Status quo:
We have some heavily framed static html, which now should be served by
Tomcat (5.5) only via SSL.
The whole content needs to be protected, so I've implemented a
FormAuthenticator.
However, the heavy framing *yu
Hi guys,
I have quite a bit of a problem here.
Status quo:
We have some heavily framed static html, which now should be served by
Tomcat (5.5) only via SSL.
The whole content needs to be protected, so I've implemented a
FormAuthenticator.
However, the heavy framing *yuck* of this static html is