Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Adding Support for Spring 5.1 Servlet Exceptions #29

Closed
alimate opened this issue Oct 30, 2018 · 0 comments
Closed

Adding Support for Spring 5.1 Servlet Exceptions #29

alimate opened this issue Oct 30, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alimate
Copy link
Owner

alimate commented Oct 30, 2018

Spring Framework 5.1 added a few new Servlet related exceptions to report missing Header, Cookie or Matrix Variables:

  • MissingMatrixVariableException
  • MissingRequestCookieException
  • MissingRequestHeaderException

We should consider adding another built-in handler to handle these exceptions in a backward compatible way.

@alimate alimate added the enhancement New feature or request label Oct 30, 2018
@alimate alimate self-assigned this Oct 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant