Incorrect macro explansion for %- and %_
-----------------------------------------
Key: JSPF-66
URL: https://issues.apache.org/jira/browse/JSPF-66
Project: jSPF
Issue Type: Bug
Components: Core
Affects Versions: 0.9.6
Reporter: Stefano Bagnara
Assignee: Stefano Bagnara
Fix For: 0.9.7
We currently treat %<somechar> as excaping for <somechar>, so we translate "%%"
to "%", "%-" to "-" and "%_" to "_".
Instead the RFC says:
---
A literal "%" is expressed by "%%".
"%_" expands to a single " " space.
"%-" expands to a URL-encoded space, viz., "%20".
---
The fix is trivial in MacroExpand, I already have a fix pending.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]