-
Bug
-
Resolution: Done
-
Major
-
2.0.16.Final
-
None
Error pages are not receiving the forward attributes (javax.servlet.forward.XXXX) but only the error attributes (javax.servlet.error.XXXX).
The problem seems to be that the request displatcher impl is using a specific method error that does not add those attributes (check class RequestDispatcherImpl). In previous EAP 6 error pages also used the forward method and then the attributes were there.
Note that the servlet spec 3.1 chapter 10.9.1 says that those forward properties should be present in error pages: "The request path and attributes are set as if a RequestDispatcher.forward to the error resource had been performed."
- causes
-
JBEAP-16129 [GSS](7.1.z) Forward attributes not present in error pages
- Closed
-
JBEAP-16130 [GSS](7.2.z) Forward attributes not present in error pages
- Closed
- is cloned by
-
JBEAP-16130 [GSS](7.2.z) Forward attributes not present in error pages
- Closed