]
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\}