https://issues.apache.org/bugzilla/show_bug.cgi?id=54882
--- Comment #7 from Konstantin Preißer <prei...@web.de> --- Hi, note that IIS (7.5) does reject requests where the URL contains a fragment (but no query string) like "/test.html#fragment" with a "400 Bad Request" response. I'm guessing you use the XmlHttpRequest for Ajax requests. While it is a bug of IE to include a fragment in the request to the server, I wonder why you pass a URL that includes a fragment to XmlHttpRequest. Does the fragment influence the result returned from the XmlHttpRequest? If not, then I think the workaround should be in the client instead of the server: The JavaScripts should not pass a URL with a fragment to the XmlHttpRequest. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org