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 Apr 21, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: