mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
568c93457a
After send error, ignore calls to complete or completeWithError by the application in the same thread (e.g. try-catch block), to avoid a competing with an error callback from servlet container during which the same action is taken. Issue: SPR-16548