Skip to main content

Bug Tracker

Side navigation

#2906 closed bug (invalid)

Opened May 20, 2008 01:51PM UTC

Closed January 08, 2009 04:19AM UTC

Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data start with '?' or '%3F' ( '?' entity)

Reported by: skarida Owned by:
Priority: major Milestone: 1.2.4
Component: ajax Version: 1.2.3
Keywords: data string Cc:
Blocked by: Blocking:
Description

Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data begins with ? or %3F( ? entity). If data string is in different fashion:

a=g&b=G? this is OK

but

a=%3Fg&b=G Ajax submits jsonpUNIXTIMESTAMP in place of "?"

Attachments (0)
Change History (1)

Changed January 08, 2009 04:19AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

I think this discusses the issue:

http://www.nabble.com/JSONP-timestamp-td16301559s27240.html

add cache:true to the ajax request and it won't include a timestamp.