Side navigation
#7294 closed bug (invalid)
Opened October 23, 2010 05:48PM UTC
Closed October 23, 2010 07:27PM UTC
GET/HEAD request urls malformed when cache:true
Reported by: | dmethvin | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery.ajaxserializes the
datato the url for GET/HEAD requests, but does so after a cache-buster time stamp has been added to the url. This can cause malformed querystrings like
my.php?1123012342&arg1=hello&arg2=there
the desired qs is something like
my.php?arg1=hello&arg2=there&_=1123012342
Attachments (0)
Change History (2)
Changed October 23, 2010 06:22PM UTC by comment:1
Changed October 23, 2010 07:27PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
The query string generated is not invalid. Query strings in RFC 3986
http://github.com/dmethvin/jquery/commit/ad6c7d631da5d0e028c2326e74343a22883a6af9