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 a user is not logged in, the response should never be as follows (as it is now):
HTTP Status 400 - Bad Request
type Status report
message Bad Request
description The request sent by the client was syntactically incorrect.
Apache Tomcat/6.0.37
… even if the syntax of the posted serialization is indeed syntactically incorrect, but should instead be a "401 Unauthorized" error message.
The text was updated successfully, but these errors were encountered:
If a user is not logged in, the response should never be as follows (as it is now):
HTTP Status 400 - Bad Request
type Status report
message Bad Request
description The request sent by the client was syntactically incorrect.
Apache Tomcat/6.0.37
… even if the syntax of the posted serialization is indeed syntactically incorrect, but should instead be a "401 Unauthorized" error message.
The text was updated successfully, but these errors were encountered: