You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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;
The text was updated successfully, but these errors were encountered:
#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;
The text was updated successfully, but these errors were encountered: