https://bz.apache.org/bugzilla/show_bug.cgi?id=60368

Andy Wilkinson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #5 from Andy Wilkinson <[email protected]> ---
Thanks, Mark. I've tried the snapshot and, unfortunately, it hasn't restored
the previous behaviour.

The latest change relies on getConnector() being called directly on the Tomcat
instance. Our code that works with 8.5.6 doesn't call getConnector(), instead
it retrieves the Connectors from their Services:
https://github.com/spring-projects/spring-boot/blob/6aa57e8ffe0a868fa5ed081f784015f3463022b3/spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TomcatEmbeddedServletContainer.java#L138-L146.
As a result the new defaultConnectorCreated flag remains false and when start
is called the default connector is created when previously it was not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to