96 started a discussion whether we should provide a configuration via web.xml. If we go that route I would except all options would be available via web.xml. Note that servlet attributes are not available in jax-rs features - maybe it can be injected as @Context private ServletContext context;
96 started a discussion whether we should provide a configuration via web.xml. If we go that route I would except all options would be available via web.xml. Note that servlet attributes are not available in jax-rs features - maybe it can be injected as
@Context private ServletContext context;