dev@grizzly.java.net

wsdl urls

From: <gonfidentschal_at_gmail.com>
Date: Fri, 20 Apr 2012 00:18:38 +0000 (GMT)

picking up on this one again:

http://java.net/jira/browse/GRIZZLY-1247?page=com.atlassian.jira.plugin
.system.issuetabpanels:comment-tabpanel&focusedCommentId=337908#action_
337908

i noticed that instead of the 404 response grizzly now always responds
with the wsdl for the last published http handler for inexistent
services. same for partial path urls; when a service is under /foo/bar
and another under /foo/baz then /foo?wsdl shows the definition of the
last published.

what works (for me) is hitting the service or wsdl url of each
published service directly.

(is any one else using this feature?)