-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
status: noteworthyA noteworthy issue to call out in the release notesA noteworthy issue to call out in the release notestype: enhancementA general enhancementA general enhancement
Milestone
Description
The DefaultServlet
is registered by default and mapped to /
but in the vast majority of Boot apps this is overridden by the DispatcherServlet
which is also mapped to /
. When overridden like this the registration is pointless as the servlet will never be used. To avoid wasting memory and CPU cycles, we should change the default of server.servlet.register-default-servlet
to false
and document that you can set it to true
to reinstate the previous behaviour in apps that were using it.
x80486 and okohubx80486x80486
Metadata
Metadata
Assignees
Labels
status: noteworthyA noteworthy issue to call out in the release notesA noteworthy issue to call out in the release notestype: enhancementA general enhancementA general enhancement