Re: Security and Authentication

2005-11-17 Thread B Wiley Snyder
try this ... java.security.Principal Principal pri; pri = request.getUserPrincipal(); that's the only way I know of, unless you use some javascript to save the login in the session on the form ... -Wiley java.security.PiAt 04:13 PM 11/17/2005, you wrote: I am using Tomcat Form-base

Security and Authentication

2005-11-17 Thread Mike Dickson
I am using Tomcat Form-based authentication. The user docs ask you to name your form fields, j_username and j_password. Then you POST to j_security_check. Everything is working and I get a JSESSIONID and am forwarded to my protected user home page. Question: What data does Tomcat forward