mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
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