Hello I have to migrate a Restful API. The API was written in Perl.
I decided to use Apache CXF jax-rs and I am running into difficulties to migrate an endpoint of the following format http://.../services The endpoint ends with "services" This endpoint triggers a "CXF - Service list" HTML response. I'm unable to intercept this request. Is there a way to disable the production of the "CXF - Service list"? And instead handle "services" as a normal path parameter? Thank you in advance Gunter
