You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John de la Garza <jd...@designinsites.com> on 2000/11/30 05:29:19 UTC

j_security is pissing me off...

Does anyone know what's up with the formbased security that tomcat supports?

I try to access the
http://127.0.0.1/examples/jsp/security/protected/index.jsp

and it never gets to index.jsp

or if I click on protected from the http://127.0.0.1/examples/jsp/security/

directory display it puts me in http://127.0.0.1/examples/jsp


Why does this behave so wierd?  I just want it to work like the spec says...


any solutions? or pointers?


Re: j_security is pissing me off...

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.

John de la Garza wrote:

> Does anyone know what's up with the formbased security that tomcat supports?
>

Tomcat 3.1 does not support form based security.  Upgrade to 3.2 or 4.0.

Craig McClanahan