Hi

On Mon, Aug 30, 2010 at 6:12 PM, Michael <[email protected]>wrote:

>
> We would like to keep the service list page (we know it can be disabled)
> but
> remove/replace some of its content, specifically the endpoint URLs, because
> http requests go through an external server and we don't want the internal
> server's IP address to be visible. We have already used
> 'publishedEndpointUrl' to prevent its IP from appearing in the WSDL.
>
> Can this page be customized in some way? We're using CXF 2.2.7 and Tomcat
> 6.0.24.
>
> there's a 'service-list-stylesheet' servlet parameter, I looked at the code
and it is assumed that the browser will use this stylesheet to convert
whatever information has been written out. Please try registering a basic
stylesheet which may be would just copy the incoming text to the output and
see what is displayed by the browser and if it works then try to customize
the output... It's  not an ideal solution anyway given that the information
that you may want to hide is actually escaping the CXF server and the
transformation is done on the client side.

Ideally, the transformation would be done at the server side, internally.
Can you create the enhancement request please ?

cheers, Sergey



> Thx in advance,
>
> Michael
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/Customization-of-service-list-page-tp2797089p2797089.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>

Reply via email to