coheigea opened a new pull request, #3168:
URL: https://github.com/apache/cxf/pull/3168

   The issue was a bug in the JSON parser when it read arrays inside arrays.
   
   Before the fix:
   
   It knew how to handle objects inside a list, like 
[[{"a":1}]](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html).
   But it did not handle nested lists, like [[]] or [[1,2]].
   So it tried to read the inner list as if it were a number/text value.
   That caused an unexpected NumberFormatException crash.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to