-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The org.jboss.resteasy.spi.config.DefaultConfiguration only checks the ResteasyConfiguration.getInitParameter() method for settings skipping the ResteasyConfiguration.getParameter(). This was likely done because in some case it causes a stack overflow due to recursion. However, this can be mitigated and should be.
One part of this is changing the org.jboss.resteasy.plugins.server.servlet.ServletBootstrap to override the getParameter(String) method so the ServletContext.getInitParameter() can be invoked. These names are returned in the ResteasyConfiguration.getParameterNames() so the values should be resolvable.
Next the org.jboss.resteasy.spi.config.DefaultConfiguration needs to be updated to check for recursion.
- is incorporated by
-
WFLY-19353 Upgrade RESTEasy to 6.2.9.Final
- Resolved
-
WFLY-19354 Upgrade RESTEasy to 7.0.0.Alpha2 for WildFly Preview
- Resolved