[
https://issues.apache.org/jira/browse/CXF-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701530#action_12701530
]
cybexion commented on CXF-1695:
-------------------------------
We have an issues which is related to this bug.
Our REST URL looks like this:
localhost:8280/website/getWebsiteByUrlZone/url/zone/
The method getWebsiteByUrlZone
gets two String parameters: url and zone
Now we have the situation in productions, that some users use a zone named
'services'
Now our Interface does not work any more.
Also switching the list functionality off in web.xml using
"hide-service-list-page" does not work at inside the Code this is totally
hardcoded:
ServletController.java:
if (request.getRequestURI().endsWith("/services")
|| request.getRequestURI().endsWith("/services/")
This statement:
if (!isHideServiceList) {
should be put directly inside the invoke method, before the url is checked
> Service listings for JAX-RS endpoints
> -------------------------------------
>
> Key: CXF-1695
> URL: https://issues.apache.org/jira/browse/CXF-1695
> Project: CXF
> Issue Type: Improvement
> Components: REST
> Reporter: Anthony Schexnaildre
>
> The /services path does not work for listing JAX-RS services. Ultimately
> listing these endpoints along with the SOAP endpoints, et el, would be ideal
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.