cxfrs - Disable wadl Web Service Definition In CXF -


i using cxf webservice , working perfectly. going expose our webservice public wadl url working public. can see wadl definition of our webservice.

how can disable definition.

e.g. url wadl - http://localhost:8080/webservice/rest?_wadl

try adding jaxrs:server, hide endpoint exposed jaxrs:server address

<jaxrs:properties>    <entry key="org.apache.cxf.endpoint.private" value="true"/>  </jaxrs:properties> 

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

excel vba - VBA Proxy auto-configuration for http requests -

php - phpWord - Tables with borders in headers/footers -