|
82 | 82 | <action dev="ggregory" type="add" issue="CODEC-41" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org"> |
83 | 83 | QuotedPrintableCodec: Codec for RFC 1521 MIME (Multipurpose Internet |
84 | 84 | Mail Extensions) Part One. Rules #3, #4, and #5 of the quoted-printable spec |
85 | | - are not implemented yet. See also issue 27789. |
| 85 | + are not implemented yet. See also issue CODEC-46. |
86 | 86 | </action> |
87 | 87 | <action dev="ggregory" type="add" issue="CODEC-41" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org"> |
88 | 88 | BCodec: Identical to the Base64 encoding defined by RFC 1521 and allows a |
|
136 | 136 | <action dev="tobrien" type="add" due-to="Dave Dribin, David Graham"> |
137 | 137 | DigestUtils: Calculates MD5 and SHA digests. |
138 | 138 | </action> |
139 | | - <action dev="tobrien" type="fix" issue="19860" due-to="Brian Ewins"> |
| 139 | + <action dev="tobrien" type="fix" issue="CODEC-26" due-to="Brian Ewins"> |
140 | 140 | Modified Base64 to remedy non-compliance with RFC |
141 | 141 | 2045. Non-Base64 characters were not being discarded during the |
142 | 142 | decode. RFC 2045 explicitly states that all characters outside of the |
143 | 143 | base64 alphabet are to be ignored. |
144 | 144 | </action> |
145 | | - <action dev="ggregory" type="fix" issue="24360"> |
| 145 | + <action dev="ggregory" type="fix" issue="CODEC-4"> |
146 | 146 | Hex.decode(Object) throws a ClassCastException when a String argument is passed in. |
147 | 147 | </action> |
148 | | - <action dev="ggregory" type="fix" issue="24471"> |
| 148 | + <action dev="ggregory" type="fix" issue="CODEC-3"> |
149 | 149 | Soundex: The HW rule is not applied; hyphens and apostrophes are not ignored. |
150 | 150 | </action> |
151 | | - <action dev="ggregory" type="fix" issue="24484"> |
| 151 | + <action dev="ggregory" type="fix" issue="CODEC-29"> |
152 | 152 | Soundex.setMaxLength causes bugs and is not needed. |
153 | 153 | Calling Soundex.setMaxLength() with a value of 2 or less causes the wrong |
154 | 154 | answer to be returned. Since the encoding returned by Soundex is always |
|
0 commit comments