| Class | Description |
|---|---|
| ErrorHandlerInterceptor |
CXF Interceptor for outbound faults that handles internal server errors.
|
| ExceptionFilter |
Servlet filter that catches any exception to hide it from client, and maps it to HTTP status Bad Request if
NoSuchMethodError, else to Internal Server Error; and logs the error using SLF4J. |
| HardenedMappedXMLInputFactory |
Hardened
SetPropertyAllowingMappedXMLInputFactory (controlling max string length in JSON keys and values) |
| JsonRiCxfJaxrsProvider<T> |
JAX-RS entity provider for
JSONObject input/output with configurable Consume/Produce media types and optional buffering |
| SetPropertyAllowingMappedXMLInputFactory |
MappedXMLInputFactory allowing setProperty(arg0, arg1) doing nothing, extended to fix setProperty() required by XML External Entity attack mitigation required by Findbugs in
createStreamReader(), and required for compatibility with JSONProvider. |
Copyright © 2012–2020. All rights reserved.