-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The org.jboss.resteasy.plugins.server.servlet.ServletBootstrap.getParameter() implements the org.jboss.resteasy.spi.ResteasyConfiguration interface. The getParameter() method on the interface has some minimal JavaDoc that states:
/**
* i.e. Servlet init-param first is searched, then servlet context.
*
* @param name parameter name
* @return parameter value
*/
The implementation first checks the ServletContext, then the other configurations. This needs to happen in the other order.
- is blocked by
-
RESTEASY-3486 The DefaultConfiguration implementation does not always check all configuration options
-
- Resolved
-
- is incorporated by
-
WFLY-21250 Upgrade RESTEasy to 7.0.1.Final in WildFly Preview
-
- Resolved
-
-
WFLY-21251 Upgrade RESTEasy to 6.2.15.Final
-
- Resolved
-