]
Xavier Coulon updated JBIDE-19013:
----------------------------------
Fix Version/s: LATER
(was: 4.3.x)
Displaying HTTP encoded characters in JAX-RS Web Services explorer
------------------------------------------------------------------
Key: JBIDE-19013
URL:
https://issues.jboss.org/browse/JBIDE-19013
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: webservices
Affects Versions: 4.2.1.Final
Reporter: Marián Labuda
Assignee: Xavier Coulon
Priority: Minor
Labels: jax-rs
Fix For: LATER
Some special characters are encoded in URL. E.g. "&" is encoded as
"%26". Using such encoded character In JAX-RS Resource (for example in Path)
could be shown in explorer as "&" instead of "%26".
Also having 2 methods with same Path and Mediatype distinguished only be format of
special characters (first one would have & and second one %26) could show warning on
having ambigous paths.