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=35943>. 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=35943 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major OS/Version|Windows XP |Windows 2000 Version|5.5.9 |5.5.14 ------- Additional Comments From [EMAIL PROTECTED] 2006-02-02 02:55 ------- I think I'm having a similar case using Tomcat 5.5.15, JK-connector 1.2.15 and IIS 5.0 (Win 2000 Server). My site is setup with a login handled by IIS. This is my very simple index.jsp: servletPath=<%= request.getServletPath() %><br> remoteUser=<%= request.getRemoteUser() %><br> When I access it through: http://localhost/index.jsp remoteUser is empty (not null!) When I access it through: http://localhost/ remoteUser is filled correctly The same case works fine using Tomcat 4.0.6, so in both cases the remoteUser is filled -- 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]