]
Xavier Coulon reassigned JBIDE-17011:
-------------------------------------
Assignee: Xavier Coulon
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.Beta2
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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: