Skip to main content

Bug Tracker

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 john comment:1

component: coreajax
milestone: 1.21.2.1
resolution: → fixed
status: newclosed
version: → 1.2

Fixed in SVN rev [3295]. Duplicate of bug #1580.

Changed September 15, 2007 01:20AM UTC by john comment:2

resolution: fixed
status: closedreopened

Changed September 15, 2007 01:20AM UTC by john comment:3

resolution: → duplicate
status: reopenedclosed