[ 
https://issues.apache.org/jira/browse/JSPF-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefano Bagnara updated JSPF-66:
--------------------------------

    Priority: Critical  (was: Major)

> Incorrect macro explansion for %- and %_ 
> -----------------------------------------
>
>                 Key: JSPF-66
>                 URL: https://issues.apache.org/jira/browse/JSPF-66
>             Project: JAMES jSPF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.9.6
>            Reporter: Stefano Bagnara
>            Assignee: Stefano Bagnara
>            Priority: Critical
>             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: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to