-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Exception in jersey path mapper bubbles up until top #2952
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented thanks for creating the issue and the pull request. Regards, |
@glassfishrobot Commented |
@glassfishrobot Commented |
|
Some specific illegal URLs cause Jersey to throw an exception that causes an error page to be displayed if no error-page element is defined in the web.xml. An example for a stack trace generated by this can be seen below (in this case the URL ends with an opening brace).
In ServletContainer:333 there is already a try/catch that catches UriBuilderException. I think that at this point we should also catch IllegalArgumentException. What do you think?
The text was updated successfully, but these errors were encountered: