-
Type:
Feature Request
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Rejected
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:
Wilfdfly 9.0.2.Final
When calling an URL with a pathInfo that contains URL encoded `\` == %5C then these characters does not get decoded back to `\` (whereas other characted like %22 gets decoded).
See the attached screenshot from a debug session (especially the values for requestURI and requestPath).
In this particular case this breaks the escaping of wildcard when used as parameters of an JMX ObjectName.