YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

Ticket #2528201 (closed defect)

Reporter


Raphaël Bauduin
Opened: 03/2/10
Last modified: 03/2/10
Status: closed
Type: defect
Resolution: moved

Owner


Dav Glass
Target Release:
Priority:
Summary: a backslash in the url generated by the datatable's generateRequest is not escaped
Description:

If the string generated contains a , the is not escaped and the request to the server is invalid.
I have a query string argument that can contain a backslash. The workaround is to call replace('', '%5C') on the returned string.

Type: defect Observed in Version: Current
Component: Bug Tracker Severity: S4 (minor)
Assigned To: Dav Glass Target Release:
Location: Priority:
Tags: datatable, datasource Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Dav Glass

YUI Developer

Posted: 03/2/10
  • resolution changed to moved
  • status changed from new to closed