Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0-RC1, 2.3-next-M7
-
None
Description
https://issues.apache.org/jira/browse/TOMEE-2846
When jakarta.faces.AUTOMATIC_EXTENSIONLESS_MAPPING = true (4.0 and 2.3-next) or org.apache.myfaces.AUTOMATIC_EXTENSIONLESS_MAPPING = true (2.3 and 3.0) an UnsupportedOperationException can occur when the StartupServletContextListener was added programmatically. We fixed this for initFaces but need to look at a solution for automatic extensionless mapping as well.
Fix in initFaces was done here: https://issues.apache.org/jira/browse/MYFACES-4442