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=38895>. 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=38895 Summary: Http headers with an underscore "_" change into hypen "- " Product: Tomcat 5 Version: 5.0.30 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: normal Priority: P2 Component: Connector:AJP AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] I'm using isapi_redirect.dll 1.2.15 on IIS-6 Windows 2003 server and seems that isapi_redirect is not respecting the underscores of the header lines. Is there someone else how is having this problem. And how can i solve this problem? Here is a small part of my logging: Logging of the headers on HTTP port 80 IIS6: POST /mapxtreme471/mapxtreme HTTP/1.1 Content-Type: text/xml MI_XMLProtocolRequest: ServerCapabilitiesRequest MI_XMLProtocolVersion: MI_XML_Protocol_ServerCapabilitiesRequest_4_7_1 User-Agent: Mozilla/4.0 (Windows 2003 5.2) Java/1.5.0_06 Host: holds002 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 217 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE RequestEnvelope SYSTEM "MI_XML_Protocol_ServerCapabilitiesRequest_4_7_1.dtd"> <RequestEnvelope><ServerCapabilitiesRequest GetXMLEncoding="true" /></RequestEnvelope> Logging of the headers on AJP13 port 8009 Tomcat 5.0.30 .4.s....HTTP/1.1.../mapxtreme471/mapxtreme.. 10.0.0.160.. 10.0.0.160...holds002..P...... keep-alive.....217.....text/xml....4text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2.....holds002....,Mozilla/4.0 (Windows 2003 5.2) Java/1.5.0_06...mi-xmlprotocolrequest...ServerCapabilitiesRequest...mi-x mlprotocolversion../MI_XML_Protocol_ServerCapabilitiesRequest_4_7_1..... ......4....<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE RequestEnvelope SYSTEM "MI_XML_Protocol_ServerCapabilitiesRequest_4_7_1.dtd"> <RequestEnvelope><ServerCapabilitiesRequest GetXMLEncoding="true" /></RequestEnvelope> You can see the "_" is changed to a "-" MI_XMLProtocolRequest ==> ajp13 ==> mi-xmlprotocolrequest MI_XMLProtocolVersion ==> ajp13 ==> mi-xmlprotocolversion Can someone help me ? Is this an isapi_redirect problem or is it an IIS problem ? Groet Carlos Rutenfrans Lekdijk west 16 3961 MC Wijk bij Duurstede Holland tel: 06-14255398 e-mail: [EMAIL PROTECTED] -- 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]