https://issues.apache.org/bugzilla/show_bug.cgi?id=54882

--- Comment #9 from Konstantin Preißer <prei...@web.de> ---
Sorry - there is a bug in IE, as the W3C working draft for XMLHttpRequest [1]
says that the "open() method" must run the following step when resolving the
URL:

  9. Drop <fragment> from url.

which IE doesn't follow, as it encodes the "#" character as "%23" instead of
removing the fragment part. However, I think the workaround in this case still
should be that the Javascript should not pass a URL with a fragment to the
XMLHttpRequest.


[1] http://www.w3.org/TR/XMLHttpRequest/#the-open%28%29-method

-- 
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

Reply via email to