DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44125>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44125 Summary: getRemoteUser returns null Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: other Status: NEW Severity: regression Priority: P2 Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] We have to retrieve the userid of the remote user when the user logs on. But request.getRemoteUser() is returning null in Tomcat 6.0.14. Authentication is done through LDAP. java.security.Principal pr = request.getUserPrincipal(); return null to in tomcat 6.0.14 It works fine in Tomcat 5.X and 4.X. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]