You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Stefano Bagnara (JIRA)" <se...@james.apache.org> on 2008/08/19 11:19:45 UTC

[jira] Resolved: (JSPF-66) Incorrect macro explansion for %- and %_

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

Stefano Bagnara resolved JSPF-66.
---------------------------------

    Resolution: Fixed

> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org