Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
http.bridge-5.1.0, http.jetty-5.1.0, http.wrappers-1.0.0, http.wrappers-1.1.0
-
None
Description
When setting a javax.servlet request attribute, for example the error code, getAttribute will return null. getAttribute is only looking up the jakarta.servlet variant of that property not seeing the initially set one.
We need to do the translation on all three methods, getAttribute, setAttribute, removeAttribute