#3218 closed defect (fixed)
XhrIframeProxy: IE7 will not work if dojo baseScriptUri is absolute path or contains querystring
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | IO | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The fullClientUrl construction in src/io/XhrIframeProxy is faulty when the baseScriptUri is either something like this "/path/to/dojo.js" or the HTML page's location.href has a querystring (and probably a fragment identifier too). If the query string or fragment identifier has "/" characters in it, bad things happen.
Note: See
TracTickets for help on using
tickets.
(In [8849]) Fixes #3218. Fixes some IE7 url parsing.