]
Jeff MAURY updated JBIDE-21024:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
webservice tester "forgets" parameterized url
---------------------------------------------
Key: JBIDE-21024
URL:
https://issues.jboss.org/browse/JBIDE-21024
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Reporter: Max Rydahl Andersen
Assignee: Xavier Coulon
Fix For: 4.3.x, 4.6.x
use html5 kitchensink example and one of the urls you can run is
"http://localhost:8080/jboss-as-kitchensink-html5-mobile/rest/members/{id:[0-9][0-9]*}"
When you run this webservice tester will ask you about id - great.
But when executing the first time it will reset the url to
"http://localhost:8080/jboss-as-kitchensink-html5-mobile/rest/members/" meaning
it is not possible to run again without manually typing it in.