Sergey, I've come across the Jira issue (CXF-1630) and it looks like the stylesheet is supposed to be CSS. I'm not exactly versed in CSS, but I think there's a way to prevent content from being displayed. I'll give that a try, but I assume that the undisplayed content will remain in the html source and thus can be viewed easily.
For Tomcat, we've found a workaround: setting proxyName and proxyPort on the connector does the trick, but our app is deployed in a variety of containers, so it's not ideal. I will issue an enhancement request for a server-side solution. For the time being, since the CXF servlet is supposed to handle the request, is there a way to gain control over page generation by subclassing it, overriding a method? Thanks and Regards, Michael -- View this message in context: http://cxf.547215.n5.nabble.com/Customization-of-service-list-page-tp2797089p2799182.html Sent from the cxf-user mailing list archive at Nabble.com.
