mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
5c9c5e0b45
At present Tomcat expects a WriteListener to be registered immediately on the initial thread so for the time being this commit ensures the WriteListener is registered unconditionally for every request. Issue: SPR-14772, SPR-14803