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
One of the calls to getOperation in ScepServlet.java is wrapped in a try/catch block looking for IllegalArgumentException. Unfortunately there's an earlier call in getMessageBytes that isn't. As a result, when hitting the servlet with a bogus operation parameter, the response has status code 500 from the unhandled exception, instead of 400 with the Invalid "operation" parameter response body.
The text was updated successfully, but these errors were encountered:
One of the calls to getOperation in ScepServlet.java is wrapped in a try/catch block looking for IllegalArgumentException. Unfortunately there's an earlier call in getMessageBytes that isn't. As a result, when hitting the servlet with a bogus operation parameter, the response has status code 500 from the unhandled exception, instead of 400 with the
Invalid "operation" parameter
response body.The text was updated successfully, but these errors were encountered: