Versions Compared

Key

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

...

Please see CXF SpringBoot documenation. 

Please see JAX-RS Sping Boot and JAX-RS Spring Boot Scan demos.

Servlet Containers

Tomcat

1. System "org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH"
and "org.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH" properties may have to be set to "true" to support URIs containing encoded forward or backward slashes.
2. When using mod_jk - ensure that the JkOptions setting has +ForwardURICompatUnparsed set.
3. Windows: upgrade isapi_redirect.dll if you see URI containing encoded spaces being decoded by Tomcat.

...