Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.1
-
None
Description
Tomcat seems to call RequestResponseHolderListener.requestInitialized() more than once in some situations. I'm not sure if this is spec compliant.
Currently RequestResponseHolderListener fails with "There is already an instance bound to this thread" in this situation.
The implementation should be more robust and handle this case correctly.