You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/07/01 06:57:45 UTC

[jira] Updated: (CODEC-36) [codec] Support of Base 64 Encoding with URL and Filename Safe Alphabet

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

Henri Yandell updated CODEC-36:
-------------------------------

    Fix Version/s:     (was: 1.4)
                   1.x

> [codec] Support of Base 64 Encoding with URL and Filename Safe Alphabet
> -----------------------------------------------------------------------
>
>                 Key: CODEC-36
>                 URL: https://issues.apache.org/jira/browse/CODEC-36
>             Project: Commons Codec
>          Issue Type: Improvement
>         Environment: Operating System: other
> Platform: All
>            Reporter: Alain Gilbert
>            Priority: Minor
>             Fix For: 1.x
>
>
> The default Base64 alphabet is not safe to use for URL query parameters since 
> the '+' character is converted to a ' ' (space) when the parameter value is 
> retrieved from the request (ServeltRequest.getParameter(String) 
> and .getParameterValues(String)).
> It is possible to post-process the result of Base64.encodeBase64 but I would 
> rather prefer to specify an alternate alphabet or call another method.
> Refer to http://www.ietf.org/rfc/rfc3548.txt section 4 for more information.
> Regards,
> Alain Gilbert

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.