ok, thanks. In this case, updating CXF to reject /services requests would not solve the problem because the question is what CXF should return. Some users may want 404, some others may want something more descriptive. Have just seen an email from Glen - hiding the service page using the CXFServlet parameter will probably generate a text message; if this will work for you then it is fine, otherwise just introduce a Servlet filter, intercept /services requests and reply as needed
cheers, Sergey On Mon, Nov 15, 2010 at 12:00 PM, Podiki Stifado <[email protected]>wrote: > I would like to hide the web service from the service page and turn off > that > page all together. Of course it's security through obscurity, but we would > like to turn off all the information that shows this is a web service > provided by CXF. So showing our own page or not showing it at all would be > preferable. > > Regards, > > Podiki > > > On 15 November 2010 12:57, Sergey Beryozkin <[email protected]> wrote: > > > Hi > > > > On Mon, Nov 15, 2010 at 11:49 AM, Podiki Stifado < > [email protected] > > >wrote: > > > > > Hi, > > > > > > For a project I'm trying to find out how to turn off the page that cxf > > > returns where it lists the available SOAP services. Unfortunately I > don't > > > seem to be able to find the right information on how to do this. Can > > > anybody > > > give me some pointers? > > > > > > > > What exactly would you like to do ? > > - Hide some (private) SOAP endpoints from the service page ? > > - Have your own service deal with handling the "/services" page ? > > - Show your own custom services page ? > > > > cheers, Sergey > > > > > > > > > Regards, > > > > > > Podiki > > > > > >
