[jbosstools-issues] [JBoss JIRA] (JBIDE-11728) Wrong JAX-RS web service URL in Web Service Tester after setting query parameters in "WS Tester: URL parameters" dialog

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Wed May 16 15:22:17 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fitzpatrick resolved JBIDE-11728.
---------------------------------------

    Resolution: Done


Fixed and checked in the fix. The extra slash is added back in.
                
> Wrong JAX-RS web service URL in Web Service Tester after setting query parameters in "WS Tester: URL parameters" dialog
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-11728
>                 URL: https://issues.jboss.org/browse/JBIDE-11728
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 3.3.0.Beta3
>            Reporter: Jaroslav Jankovič
>            Assignee: Brian Fitzpatrick
>             Fix For: 3.3.0.CR1
>
>         Attachments: 01_before_parameters_set.png, 02_after_parameters_set.png
>
>
> When I invoke Web Service Tester with Context Menu of JAX-RS method in JAX-RS explorer, URL of JAX-RS web service is correct: in my case: "http://localhost:8080/project2/MyRESTApplication/query?name={name:java.lang.String}". When I click on Invoke button, dialog for setting parameters is shown. So I set "name" query parameter and click OK. After this step, URL in Web Service Tester has changed to "http:/localhost:8080/project2/MyRESTApplication/query?name=user". There is one less slash after http:. Response on this URL is "Connection Refused". If you add one slash after http:, everything is working again :) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbosstools-issues mailing list