Apache Commons logo Apache Commons Codec

JIRA Report

Fix Version Key Component Summary Type Resolution Status
CODEC-197 Internal Server Error in Download area Bug Fixed Closed
CODEC-170 Link broken in Metaphone Javadoc Bug Fixed Resolved
CODEC-137 Main documentation page links wrong javadocs Bug Fixed Resolved
CODEC-108 Base64 encoding issue for larger avi files Bug Fixed Closed
CODEC-87 DigestUtils: MD5 checksum is not calculated correctly on linux64-platforms Bug Fixed Closed
CODEC-53 build.xml "dist" target refers to ../LICENSE Bug Fixed Closed
CODEC-85 Hex class is inefficient and uses default platform encoding for String <=> byte[] conversions Improvement Fixed Closed
CODEC-67 Fix headerFile location in Checkstyle configuration Task Fixed Closed
CODEC-66 Add bin to svn:ignore Wish Fixed Closed
Nightly Builds CODEC-98 Base64InputStream causes NullPointerException on some input Bug Fixed Closed
Nightly Builds CODEC-109 Allow the build to run with Maven 2 and Maven 3 with commons-parent 17 Improvement Fixed Closed
1.11 CODEC-232 URLCodec is neither immutable nor threadsafe Bug Fixed Resolved
1.11 CODEC-231 StringUtils.equals(CharSequence cs1, CharSequence cs2) can fail with String Index OBE Bug Fixed Resolved
1.11 CODEC-230 URLCodec.WWW_FORM_URL should be private Bug Fixed Resolved
1.11 CODEC-229 StringUtils.newStringxxx(null) should return null, not NPE Bug Fixed Resolved
1.11 CODEC-225 InputStream not closed Bug Fixed Resolved
1.11 CODEC-221 HmacUtils.updateHmac calls reset() unnecessarily Bug Fixed Resolved
1.11 CODEC-219 Don't deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets Bug Fixed Closed
1.11 CODEC-217 Add HmacAlgorithms.HMAC_SHA_224 (Java 8 only) Bug Fixed Resolved
1.11 CODEC-209 Javadoc for SHA-224 DigestUtils methods should mention Java 1.8.0 restriction instead of 1.4.0 Bug Fixed Closed
1.11 CODEC-207 Charsets Javadoc breaks build when using Java 8 Bug Fixed Closed
1.11 CODEC-200 Base32.HEX_DECODE_TABLE contains the wrong value 32 Bug Fixed Resolved
1.11 CODEC-199 Bug in HW rule in Soundex Bug Fixed Resolved
1.11 CODEC-183 BaseNCodecOutputStream only supports writing EOF on close() Bug Fixed Resolved
1.11 CODEC-145 Base64.encodeBase64String could better use newStringUsAscii Bug Fixed Resolved
1.11 CODEC-144 BaseNCodec: encodeToString and encodeAsString methods are identical Bug Fixed Resolved
1.11 CODEC-241 Add a copy of XXHash checksum from Compress Improvement Fixed Resolved
1.11 CODEC-237 README.md does not have project specific JIRA link Improvement Fixed Closed
1.11 CODEC-234 Base32.decode should support lowercase letters Improvement Fixed Closed
1.11 CODEC-224 Add convenience API org.apache.commons.codec.binary.Hex.encodeHexString(byte[]|ByteBuffer, boolean) Improvement Fixed Closed
1.11 CODEC-202 Add BaseNCodec.encode(byte[], int, int) input with offset and length parameters for Base64 and Base32 Improvement Fixed Closed
1.11 CODEC-193 Support java.nio.ByteBuffer in DigestUtils Improvement Fixed Resolved
1.11 CODEC-171 Add support for CRC32-C Improvement Fixed Resolved
1.11 CODEC-242 Add Automatic-Module-Name manifest entry for Java 9 New Feature Fixed Closed
1.11 CODEC-233 Soundex should support more algorithm variants New Feature Fixed Resolved
1.11 CODEC-215 Constructors must not call overrideable methods New Feature Fixed Resolved
1.11 CODEC-213 Support JEP 287: SHA-3 Hash Algorithms New Feature Fixed Resolved
1.11 CODEC-210 Add DigestUtils.getDigest(String, MessageDigest) New Feature Fixed Closed
1.11 CODEC-208 Make some DigestUtils APIs public New Feature Fixed Closed
1.11 CODEC-206 Add java.io.File APIs to DigestUtils New Feature Fixed Resolved
1.11 CODEC-205 Add faster CRC32 implementation New Feature Fixed Closed
1.11 CODEC-203 Add convenience method Hex.decodeHex(String) New Feature Fixed Closed
1.11 CODEC-195 Support SHA-224 in DigestUtils on Java 8 New Feature Fixed Resolved
1.11 CODEC-194 Support java.nio.ByteBuffer in org.apache.commons.codec.binary.Hex New Feature Fixed Resolved
1.11 CODEC-223 Drop obsolete Ant build Task Fixed Resolved
1.10 CODEC-191 Encoding data using Base64OutputStream omits part of the input in some cases Bug Fixed Closed
1.10 CODEC-190 Update from commons-parent 34 to 35. Bug Fixed Closed
1.10 CODEC-189 Fix Java 8 build Javadoc errors Bug Fixed Closed
1.10 CODEC-187 Beider Morse Phonetic Matching producing incorrect tokens Bug Fixed Closed
1.10 CODEC-185 Base64 user-facing docs should say that decode can handle URL Safe encoding Bug Fixed Closed
1.10 CODEC-184 NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when using empty strings Bug Fixed Closed
1.10 CODEC-180 [PATCH] Fix Javadoc 1.8.0 errors Bug Fixed Closed
1.10 CODEC-177 Several broken links on website Bug Fixed Closed
1.10 CODEC-121 QuotedPrintableCodec does not support soft line break per the 'quoted-printable' example on Wikipedia Bug Fixed Closed
1.10 CODEC-181 Make possible to provide padding byte to BaseNCodec in constructor Improvement Fixed Closed
1.10 CODEC-192 Add Daitch–Mokotoff Soundex New Feature Fixed Closed
1.10 CODEC-188 Add support for HMAC Message Authentication Code (MAC) digests New Feature Fixed Closed
1.10 CODEC-178 Deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets Task Fixed Closed
1.9 CODEC-175 Beider Morse does not close Scanners used to read config files. Bug Fixed Resolved
1.9 CODEC-172 Base32 decode table has spurious value Bug Fixed Resolved
1.9 CODEC-176 Spelling fixes in Javadoc and comments Improvement Fixed Resolved
1.9 CODEC-174 Improve performance of Beider Morse encoder Improvement Fixed Resolved
1.8 CODEC-160 Base64.encodeBase64URLSafeString doesn't add padding characters at the end. Bug Fixed Closed
1.8 CODEC-168 Add DigestUtils.updateDigest(MessageDigest, InputStream) Improvement Fixed Closed
1.8 CODEC-163 ColognePhonetic encoder unneccessarily creates many char arrays on every loop run Improvement Fixed Closed
1.8 CODEC-161 Add Match Rating Approach (MRA) phonetic algorithm encoder New Feature Fixed Closed
1.8 CODEC-167 Test our decode with pad character in the middle Test Fixed Closed
1.7 CODEC-157 DigestUtils: Add MD2 APIs Bug Fixed Closed
1.7 CODEC-156 DigestUtils: add APIs named after standard alg name SHA-1 Bug Fixed Closed
1.7 CODEC-155 DigestUtils.getDigest(String) should throw IllegalArgumentException instead of RuntimeException Bug Fixed Closed
1.7 CODEC-153 Create a class MessageDigestAlgorithms to define standard algorithm names Bug Fixed Closed
1.7 CODEC-152 DigestUtils.getDigest(String) looses the orginal exception Bug Fixed Closed
1.7 CODEC-147 BeiderMorse phonetic filter give uncertain results Bug Fixed Closed
1.7 CODEC-132 BeiderMorseEncoder OOM issues Bug Fixed Closed
1.7 CODEC-131 DoubleMetaphone javadoc contains dead links Bug Fixed Closed
1.7 CODEC-130 Base64InputStream.skip skips underlying stream, not output Bug Fixed Closed
1.7 CODEC-96 Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder Bug Fixed Closed
1.7 CODEC-154 Trim lines to 120chars Improvement Fixed Closed
1.7 CODEC-151 Remove unnecessary attempt to fill up the salt variable in UnixCrypt Improvement Fixed Closed
1.7 CODEC-150 Remove unnecessary call to Math.abs() Improvement Fixed Closed
1.7 CODEC-148 More tests and minor things Improvement Fixed Closed
1.7 CODEC-143 StringBuffer could be replaced by StringBuilder for local variables Improvement Fixed Closed
1.7 CODEC-139 DigestUtils: add updateDigest methods and make methods public. Improvement Fixed Closed
1.7 CODEC-138 Complete FilterInputStream interface for BaseNCodecInputStream Improvement Fixed Closed
1.7 CODEC-136 Use Charset objects when possible, create Charsets class for required character encodings New Feature Fixed Closed
1.7 CODEC-133 Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash variants. New Feature Fixed Closed
1.7 CODEC-63 Implement NYSIIS New Feature Fixed Closed
1.7 CODEC-146 Add JUnit tests that use BeiderMorse like Solr does Test Fixed Closed
1.6 CODEC-128 Documentation spelling fixes Bug Fixed Closed
1.6 CODEC-127 Non-ascii characters in source files Bug Fixed Closed
1.6 CODEC-123 ColognePhonetic Javadoc should use HTML entities for special characters. Bug Fixed Closed
1.6 CODEC-129 Use standard Maven directory layout. Improvement Fixed Closed
1.6 CODEC-120 Migrate to JUnit 4 Improvement Fixed Closed
1.6 CODEC-119 Migrate to Java 5 Improvement Fixed Closed
1.6 CODEC-125 Implement a Beider-Morse phonetic matching codec New Feature Fixed Closed
1.x CODEC-36 [codec] Support of Base 64 Encoding with URL and Filename Safe Alphabet Improvement Fixed Closed
1.x CODEC-8 REQ: Streaming codecs Improvement Fixed Closed
1.5 CODEC-117 Caverphone encodes names starting and ending with "mb" incorrectly. Bug Fixed Closed
1.5 CODEC-115 DoubleMetaphone.maxCodeLen should probably be private Bug Fixed Closed
1.5 CODEC-114 org.apache.commons.codec.language.Soundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE Bug Fixed Closed