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
When I startup the Tomcat server I can see during the process all the URL URI available in the web app from all the @Controller and @RestController according their @RequestMapping and variations such as: @GetMapping etc. And of course taking in consideration the attributes, such as produces, consumes etc ...
I think for websocket the same should happen for @MessageMapping
Affects: 4.3.11
The text was updated successfully, but these errors were encountered:
Manuel Jordan opened SPR-16015 and commented
When I startup the Tomcat server I can see during the process all the
URL URI
available in the web app from all the@Controller
and@RestController
according their@RequestMapping
and variations such as:@GetMapping
etc. And of course taking in consideration the attributes, such asproduces
,consumes
etc ...I think for
websocket
the same should happen for@MessageMapping
Affects: 4.3.11
The text was updated successfully, but these errors were encountered: