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
{{ message }}
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
Can't be sure exactly, but it seems the server does not support Accept-Encoding: gzip. Checked on the POST request /admin/resourceServer/101/client and get the following error in the console of the server
The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container org.codehaus.jackson.JsonParseException: Illegal character ((CTRL-CHAR, code 31)): only regular white space (\r, \n, \t) is allowed between tokens .
Can you really know whether the server supports compressed requests or not and is that necessary?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can't be sure exactly, but it seems the server does not support Accept-Encoding: gzip. Checked on the POST request /admin/resourceServer/101/client and get the following error in the console of the server
The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container org.codehaus.jackson.JsonParseException: Illegal character ((CTRL-CHAR, code 31)): only regular white space (\r, \n, \t) is allowed between tokens
.Can you really know whether the server supports compressed requests or not and is that necessary?
The text was updated successfully, but these errors were encountered: