[ 
https://issues.apache.org/jira/browse/CXF-7230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243971#comment-16243971
 ] 

Anton Johansson commented on CXF-7230:
--------------------------------------

I also want to get rid of the ?_wadl resources. However, this property does not 
bite. I've tried 3.1.9 and 3.1.14 (which is stated to be fixed, according to 
this issue). Is there something else that I'm missing, or is there another way 
of disabling the ?_wadl parameter?

> Unable to disable access to default wadl genearated by cxf
> ----------------------------------------------------------
>
>                 Key: CXF-7230
>                 URL: https://issues.apache.org/jira/browse/CXF-7230
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>         Environment: karaf 3.0.2
> cxf 2.7.13
>            Reporter: Rajakumar Munna
>            Assignee: Sergey Beryozkin
>              Labels: cxf, karaf
>             Fix For: 3.1.10, 3.0.13, 3.2.0
>
>
> When I access localhost:8181/cxf?_wadl, all the the endpoints are listed out. 
> I tried setting property org.apache.cxf.endpoint.private to true in 
> blueprint.xml, but still the cxf generated wadl file is accessible.Here is 
> the config
> <jaxrs:server id="edisc" address="/cxf">
>               <jaxrs:serviceBeans>
>                       <ref component-id="applicationWebService" />
>               </jaxrs:serviceBeans>
>               <jaxrs:providers>
>                       <ref component-id="jsonProvider" />     
>               </jaxrs:providers>
>               <jaxrs:properties>
>                       <entry key="org.apache.cxf.endpoint.private" 
> value="true" />
>               </jaxrs:properties>
>       </jaxrs:server>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to