Opened 14 years ago
Closed 12 years ago
#4987 closed bug (fixed)
wrong url building in case we have a hash
Reported by: | Shahen Shabunc | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4.3 |
Component: | ajax | Version: | 1.4.2 |
Keywords: | hash, get | Cc: | |
Blocked by: | Blocking: |
Description
if we have a hash in the url we want to pass to $.get, get parrams we'll be serialized incorrectly:
document.location.hash = "test"; jQuery.get(document.location.href,{wrong_get:"shouldn't_be_there"});
http://dev.jquery.com/report#test?wrong_get=shouldn%27t_be_there
Change History (4)
comment:1 Changed 13 years ago by
Component: | unfiled → ajax |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.4 → 1.4.3 |
---|
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.3.2 → 1.4.2 |
Note: See
TracTickets for help on using
tickets.
I don't think that's a real jquery bug. It's possible to remove everything after "#" but url argument depends on developer