Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

init-param namedescription
redirects-listspace separated list of URI patterns; if a given request URI matches one of the patterns then CXFServlet will try to find a RequestDispatcher using the pathInfo of the current HTTP request and will redirect the request to it
redirect-servlet-pathcan be used to affect a RequestDispatcher lookup, if specified then it will concatenated with the pathInfo of the current request
redirect-servlet-nameenable a named RequestDispatcher look-up, after one of the URI patterns in the "redirects-list" has matched the current request URI
static-resources-listspace separated list of static resource such as html, css, or pdf files which CXFServlet will serve directly from classpath
static-cache-controlset parameter value to HTTP response Cache-Control header

...