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
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