-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
None
-
Affects Version/s: 5.9.5
-
Component/s: None
-
5.09
Due to a bug in jQuery, when the payload of a PUT/POST request contains a certain string, that request gets reinterpreted as being a JSON-P request instead of a JSON one. This will throw errors on the client side after the response is returned.
This is a problem for us because we have user-specified input everywhere going over the wire, and if it contains this string, the request will blow up for non-obvious reasons.