[bs-111] Extract trace logging from Security config
It's not really a security feature (just logging request headers), so better to put it in the main actuator autoconfig. [Fixes #49578819] [bs-111] Unresolvable cycle when separating management.port
This commit is contained in:
@@ -182,7 +182,8 @@ public class TomcatEmbeddedServletContainerFactory extends
|
||||
context.addServletMapping("*.jspx", "jsp");
|
||||
}
|
||||
|
||||
private void customizeConnector(Connector connector) {
|
||||
// Needs to be protected so it can be used by subclasses
|
||||
protected void customizeConnector(Connector connector) {
|
||||
connector.setPort(getPort());
|
||||
if (connector.getProtocolHandler() instanceof AbstractProtocol
|
||||
&& getAddress() != null) {
|
||||
|
||||
Reference in New Issue
Block a user