https://bz.apache.org/bugzilla/show_bug.cgi?id=65375
Bug ID: 65375
Summary: IIS 10.0 as Tomcat reverse proxy does not send
auth_type and remote_user AJP heder
Product: Tomcat Connectors
Version: 1.2.46
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: isapi
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I use IIS 10.0 as a reverse proxy of Tomcat 7.
IIS 10.0 use Windows Authentication.
When I run the javax.servlet.http.HttpServletRequest.getAuthType() method I get
the null value.
When I run the javax.servlet.http.HttpServletRequest.getRemoteUser() method I
get the null value.
Using IIS 6.1 with the same version of Tomcat everything works fine.
When I run the javax.servlet.http.HttpServletRequest.getAuthType() method I get
"NTLM" string.
When I run the javax.servlet.http.HttpServletRequest.getRemoteUser() method I
get the name of the user who authenticated with IIS.
The configuration of the two versions of IIS appears to be the same.
Seems to be missing some AJP headers including: remote_user (0x03) and
auth_type (0x04) which instead are sent from IIS 6.1
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]