Details
Description
HST JAXRS uses dynamic endpoint mapping for wiring REST services to incoming (content) URLs.
The underlying JAXRS engine, Apache CXF has a potential concurrency issue where dynamic endpoint state management is not always guaranteed to be thread save, possibly leading to an incorrectly non-resolved REST Resource.
The CXF engine however provides a special runtime configuration setting "disable-address-updates" to guard against this by internally disabling endpoint address updates (which isn't useful for dynamic endpoints anyway).
Attachments
Issue Links
- relates to
-
HSTTWO-1820 Remove controller.setDisableAddressUpdates(true) from CXFJaxrsService ServletController because it should be fixed from cxf 2.3
- Closed