Search code examples
jqueryspring-web

Why jQuery rounds value?


Using ajax i request a authenticationID like this: enter image description here


This is wrong because the real HTTP-Transfer is this:

enter image description here

(By the way: response-type is "application/json;charset=UTF-8")

I see a clash between

-1369082024195183657 and 
-1369082024195183600

How to prevent the rounding or is it a bug?


Solution

  • Yes it is a bug. The Server returns illegal JSON! Created report: https://github.com/FasterXML/jackson-core/issues/291