-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mark,
Mark Goking wrote: > In my case, I wish to manually create a jsessionid and log the user in > the web app without using j_security_check. Is this possible? You can certainly do this yourself, if you are willing to write some code. You're better off not doing it in JSP, though. There's a project called securityfilter which emulates container-managed authentication and authorization, and is very easy to override the way that logins are processed. Check it out at http://securityfilter.sourceforge.net. You will have to write some of your own code, but there's no way around that. At least you don't have to write the whole framework itself. ;) - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGEiw19CaO5/Lv0PARAk/ZAKCU2lA78CRjcFfpCQxBlXywFBMvBQCfXvoQ E1NPDnsb24BROLabUGZ440I= =65Ak -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]