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

Tawfik Lachheb commented on CXF-1143:
-------------------------------------

The service list still shows up after I added the new parameter:

    <servlet>
        <servlet-name>cxf</servlet-name>
        
<servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
        <init-param>
            <param-name>hide-service-list-page</param-name> 
            <param-value>true</param-value> 
        </init-param>        
        <load-on-startup>1</load-on-startup>
    </servlet>

I am using the the 2.1 build of 11/02/2007.  Any ideas?

Thanks

> Default CXF behavior of listing all available endpoints
> -------------------------------------------------------
>
>                 Key: CXF-1143
>                 URL: https://issues.apache.org/jira/browse/CXF-1143
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Tawfik Lachheb
>            Assignee: willem Jiang
>             Fix For: 2.0.3
>
>
> If I publish the cxf servlet as /cxf then going to http://my-host/cxf/ lists 
> all available endpoints.
> This is something we don't want to have in our production environment.  Is 
> there a way to disable this?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to