[jbosstools-issues] [JBoss JIRA] (JBIDE-17011) JAX-RS Explorer: Fix generation of URI for matrix's and query's default values

Radoslav Rábara (JIRA) issues at jboss.org
Wed Jul 9 04:09:25 EDT 2014


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

Radoslav Rábara closed JBIDE-17011.
-----------------------------------



Generation of parameter's URI is still
{code}Name={Type:DefaultValue}{code}
but closing this issue because the "WS Tester: URL Parameters" dialog recognize default values.

Verified with JBDS 8.0.0 Beta3-v20140706-0939-B172

> JAX-RS Explorer: Fix generation of URI for matrix's and query's default values
> ------------------------------------------------------------------------------
>
>                 Key: JBIDE-17011
>                 URL: https://issues.jboss.org/browse/JBIDE-17011
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: webservices
>    Affects Versions: 4.2.0.Beta1
>            Reporter: Radoslav Rábara
>            Assignee: Xavier Coulon
>             Fix For: 4.2.0.Beta3
>
>
> If there is a query or matrix parameter, the JAX-RS Explorer should generate URI by following template:
> {code}Name={Type=DefaultValue}{code}
> e.g. /rest?param=\{int=0\}
> However, in 4.2.0.Beta1 (respin-a) the generation of parameter's URI is wrong:
> {code}Name={Type:DefaultValue}{code}
> e.g. /rest?param=\{String:0\}



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the jbosstools-issues mailing list