You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2014/11/01 17:29:33 UTC

[jira] [Resolved] (CODEC-185) Base64 user-facing docs should say that decode can handle URL Safe encoding

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

Thomas Neidhart resolved CODEC-185.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10

Added clarification to class and decode methods javadoc in r1635986.

It was already present in the javadoc of the relevant constructor.

Thanks for the report!

> Base64 user-facing docs should say that decode can handle URL Safe encoding
> ---------------------------------------------------------------------------
>
>                 Key: CODEC-185
>                 URL: https://issues.apache.org/jira/browse/CODEC-185
>             Project: Commons Codec
>          Issue Type: Bug
>    Affects Versions: 1.4, 1.5, 1.6, 1.7, 1.8, 1.9
>            Reporter: Sean Busbey
>            Priority: Minor
>              Labels: docs
>             Fix For: 1.10
>
>
> Base64 has static methods specific to doing URLSafe encoding, but has no corresponding URLSafe decoding method.
> This is be cause the decoding table transparently handles both URLSafe and standard alphabets. Unfortunately this is only documented as a javadoc on a private member.
> There should be a mention of it
> * In the class javadocs
> * on the static decode methods
> * on the static URLSafe encode methods



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)