-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
With UNDERTOW-1573, attributes are no longer cleared from requests and we have a leakage when going from Session to Request to request attributes.
Please, see attached image for an example of a stack.
We need to clear attributes after the listeners are invoked so we don't break the fix for UNDERTOW-1573 while still preventing a memory leak.
- blocks
-
WFLY-13514 Huge memory leak in WildFly
- Closed
- causes
-
UNDERTOW-1743 Request attributes are lost when a client closes a connection while response is being written
- Resolved
- is caused by
-
UNDERTOW-1573 Servlet request attributes are cleared before access log exchange completion listener runs
- Resolved
- is cloned by
-
JBEAP-19655 [GSS](7.3.z) UNDERTOW-1722 - Memory leak involving request attributes
- Closed
-
JBEAP-19654 [GSS](7.2.z) UNDERTOW-1722 - Memory leak involving request attributes
- Open
- relates to
-
UNDERTOW-1723 Remove references from HttpSessionImpl to requests
- Coding In Progress