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

Charl,

Charl Gerber wrote:
> I have an application using form based authentication. Is it possible
> to use the same form as a "stand-alone" login screen?

Tomcat does not allow this use case because it is not covered by the
servlet specification. According to the spec, the only supported use
case is to have the remote user request a protected page, then challenge
them for credentials, etc.

If you want to allow drive-by logins, one option is to use
securityfilter (http://securityfilter.sourceforge.net/) which is a
(relatively) drop-in replacement for container-managed authentication
and authorization.

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

iEYEARECAAYFAklvW0oACgkQ9CaO5/Lv0PA1EACgm+TzeShSNEBLGGScxFxVqOyi
Pg0AoL3jLf8KBqW7cFS3IvDr875hCCG1
=Geln
-----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