URLReplacement does not escape values
-------------------------------------
Key: ODE-284
URL: https://issues.apache.org/jira/browse/ODE-284
Project: ODE
Issue Type: Bug
Components: Axis2 Integration
Affects Versions: 1.1.1
Reporter: Alexis Midon
Fix For: 1.1.1
Replacement values must be escaped.
All characters except unreserved (as defined by <a
href="http://tools.ietf.org/html/rfc2396#appendix-A">rfc2396</a>) are escaped.
unreserved = alphanum | mark
mark = "-" | "_" | "." | "!" | "~" | "*" | "'" | "(" | ")"
http://tools.ietf.org/html/rfc2396
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.