Posted By:
Ilia_Sharonov
Posted On:
Tuesday, October 7, 2003 11:41 PM
I configured Tomcat 4 to authenticate users when they try to enter my web-app (I use JDBC authentication). The problem is, that even authentication has completed successfully, methods getRemoteUser() and getUserPrincipal() return null. How can I fix it in order to get correct user login (principal) information?