Side navigation
#1578 closed bug (duplicate)
Opened September 11, 2007 12:27AM UTC
Closed September 15, 2007 01:20AM UTC
$.post does not send URL's query string
Reported by: | gallir | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.1 |
Component: | ajax | Version: | 1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.post strips the query string from the given url.
So the url part of
$.post("some.php?arg1=something", {'data': string}, ...);
becomes "some.php".
It worked fine up to 1.1.4.
Attachments (0)
Change History (3)
Changed September 15, 2007 01:20AM UTC by comment:1
component: | core → ajax |
---|---|
milestone: | 1.2 → 1.2.1 |
resolution: | → fixed |
status: | new → closed |
version: | → 1.2 |
Changed September 15, 2007 01:20AM UTC by comment:2
resolution: | fixed |
---|---|
status: | closed → reopened |
Changed September 15, 2007 01:20AM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | reopened → closed |
Fixed in SVN rev [3295]. Duplicate of bug #1580.