You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Will Gomes <wg...@umd.edu> on 2008/09/22 22:57:35 UTC

WSDLQueryHandler not working if URL service name contains forward slash

I have a scenario where services were published to an address using it's
qualified name. For example

http://localhost:8080/services/{http://namespace}serviceName

The problem is that a wsdl request query with the above address fails, since
the WSDLQueryHandler.isRecognizedQuery returns false.  Apparently the
UrlUtilities.getStem() manipulates the baseURI using lastIndexOf('/') on a
decoded URI. Is it possible to do this baseURI manipulation before calling
uri.getPath().
-- 
View this message in context: http://www.nabble.com/WSDLQueryHandler-not-working-if-URL-service-name-contains-forward-slash-tp19616055p19616055.html
Sent from the cxf-user mailing list archive at Nabble.com.