diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

goog.net.XhrIo fails when the URL contains hash #490

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. goog.net.XhrIo.send('/#welcome')
2. It fails in all version of IE.

What is the expected output? What do you see instead?
Expected requested url is : '/'
Actual requested url is : '/%23welcome'

What version of the product are you using? On what operating system?
Latest.
Windows, all version of IE.

Please provide any additional information below.

Note: we cannot accept patches without the contributor license agreement
being signed. See http://code.google.com/p/closure-library/wiki/Contributors 
for more info.

Original issue reported on code.google.com by ambar....@gmail.com on 23 Aug 2012 at 4:34