[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
Thu May 29 05:16:19 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971529#comment-12971529 ] 

Radoslav Rábara commented on JBIDE-17011:
-----------------------------------------

It confuses the WS Tester that uses {code}Type:DefaultValue{code} as the type of parameter

> 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.3#6260)



More information about the jbosstools-issues mailing list