Changes between Initial Version and Version 4 of Ticket #8216
- Timestamp:
- Feb 10, 2011, 2:37:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8216
- Property Owner set to [email protected]…
-
Property
Status
changed from
new
topending
-
Property
Component
changed from
unfiled
toajax
-
Property
Priority
changed from
undecided
tolow
-
Ticket #8216 – Description
initial v4 2 2 3 3 This is the line that throws the error (line 6878 or so): 4 jQuery.error( "No conversion from " + conversion.replace(" "," to ") ); 4 `jQuery.error( "No conversion from " + conversion.replace(" "," to ") );` 5 5 6 6 The value of the "response" variable is: 7 {"firstName":"asdf","lastName":"asdf","username":"[email protected]","password":"asdfasdf","orgId":42} 7 `{"firstName":"asdf","lastName":"asdf","username":"[email protected]","password":"asdfasdf","orgId":42}` 8 8 9 9 The request as reported by Chrome looks like this: 10 10 {{{ 11 11 Request URL:http://localhost:4280/api/User 12 12 Request Method:POST … … 34 34 Content-Type:application/json;charset=ISO-8859-1 35 35 Server:Jetty(7.1.6.v20100715) 36 }}}