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



##########
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:
       Note that this has already been merged for `1.13`. The functionality was 
incomplete and was fixed in CODEC-270 for release `1.14`. We have just released 
`1.15` that makes this functionality opt-in rather than always on. For version 
`1.15` trailing bit checking is off by default thus matching the behaviour from 
`1.12` and earlier where invalid trailing bits are discarded. You can enable it 
for strict decoding where invalid bits raise an exception when decoding.




----------------------------------------------------------------
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:
[email protected]


Reply via email to