- Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Closed
Copy link
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Affects: 5.1.7.RELEASE
When I tried to handle the http 405
error with @ExceptionHandler
I found that I couldn't catch the MethodNotAllowedException
exception in webflux
, which can be done in the web mvc
by catching the HttpRequestMethodNotSupportedException
exception. Is this a bug or is it not supported or is there another way to do it?
ghilainm
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement