You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/09/03 08:38:54 UTC

[GitHub] [commons-codec] welcor commented on a change in pull request #19: CODEC-134: Update commons-codec to reject decoding any impossible string encoding for Base32 and Base64.

welcor commented on a change in pull request #19:
URL: https://github.com/apache/commons-codec/pull/19#discussion_r482807329



##########
File path: src/test/java/org/apache/commons/codec/binary/Base64TestData.java
##########
@@ -30,7 +30,7 @@
  */
 public class Base64TestData {
 
-    public static final String CODEC_101_MULTIPLE_OF_3 = "123";
+    public static final String CODEC_101_MULTIPLE_OF_3 = "124";

Review comment:
       ERhm... what's going on here?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org