-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable bind on init for all Tomcat connectors
If a connector is bound on init, it won't be unbound when stop() is called. This leaves the connector running when it should have been stopped. We currently disable bind on init for the main connector but not for any additional connectors. This commit disables bind on it for all connectors unless it is been explicitly enabled through the bindOnInit property. Closes gh-38564 Co-authored-by: Moritz Halbritter <moritz.halbritter@broadcom.com>
- Loading branch information
1 parent
62a6d38
commit 8de81cb
Showing
4 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters