You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you parse this with javascript or jackson, unicode characater \u003d from picture key is correctly decoded as =, but jettison returns string with \u003d.
The text was updated successfully, but these errors were encountered:
Hi,
I am using CXF with jettison and it looks like jettison as json parser didn't handle unicode character escape.
e.g. google response from OIDC userinfo API:
If you parse this with javascript or jackson, unicode characater
\u003d
frompicture
key is correctly decoded as=
, but jettison returns string with\u003d
.The text was updated successfully, but these errors were encountered: