DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15314>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15314 Apache realm treated differently on Win32 and *NIX Summary: Apache realm treated differently on Win32 and *NIX Product: Tomcat 4 Version: 4.1.12 Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Scenario: A directory served by Apache (and tomcat for JSP/servlets) is protected by htaccess - Apache handles auth and sets "RemoteUser" and "AuthType". The authType is "basic" (using crypt'd passwords in a file). When a user is challenged, upon authenticating successfully (ie Apache asks Tomcat to serve page via connector) .... On Win32: - request.getRemoteUser() shows the user auth'd by Apache correctly - request.getAuthType() shows 'null' whereas on *NIX (seen on Linux and Solaris): - request.getRemoteUser() shows 'null' - request.getAuthType() shows 'Basic' -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>