[jira] Updated: (CODEC-88) Base32 encoder

2009-12-03 Thread Eric Olander (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Olander updated CODEC-88: -- Attachment: Base32.java This is code I ended up using - not sure about licensing issues for just

[jira] Created: (CODEC-94) unexpected CRLF at end of base64 encoded string

2009-12-03 Thread JIRA
unexpected CRLF at end of base64 encoded string --- Key: CODEC-94 URL: https://issues.apache.org/jira/browse/CODEC-94 Project: Commons Codec Issue Type: Bug Affects Versions: 1.4

[jira] Updated: (CODEC-94) unexpected CRLF at end of base64 encoded string

2009-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/CODEC-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorenzo Ingrillì updated CODEC-94: -- Description: Sometimes, a base64 encoded string ends inappropriately with \r\n characters. In

[jira] Commented: (CODEC-88) Base32 encoder

2009-12-03 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785438#action_12785438 ] Gary Gregory commented on CODEC-88: --- The code comment talk about licenses that are not

[jira] Created: (COMPRESS-92) ZipFile.getEntries() should be generified.

2009-12-03 Thread Sean Cote (JIRA)
ZipFile.getEntries() should be generified. -- Key: COMPRESS-92 URL: https://issues.apache.org/jira/browse/COMPRESS-92 Project: Commons Compress Issue Type: Improvement Affects Versions: 1.0

[jira] Created: (IO-224) IOUtils.closeQuietly() should take a Closeable as a parameter.

2009-12-03 Thread Sean Cote (JIRA)
IOUtils.closeQuietly() should take a Closeable as a parameter. -- Key: IO-224 URL: https://issues.apache.org/jira/browse/IO-224 Project: Commons IO Issue Type: Improvement

[jira] Commented: (CODEC-94) unexpected CRLF at end of base64 encoded string

2009-12-03 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785557#action_12785557 ] Julius Davies commented on CODEC-94: Just making sure this isn't a regression. Here's

[jira] Commented: (IO-224) IOUtils.closeQuietly() should take a Closeable as a parameter.

2009-12-03 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/IO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785562#action_12785562 ] Paul Benedict commented on IO-224: -- Great idea, Sean. The other methods could then be

[jira] Commented: (COMPRESS-92) ZipFile.getEntries() should be generified.

2009-12-03 Thread Christian Grobmeier (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785575#action_12785575 ] Christian Grobmeier commented on COMPRESS-92: - Until now compress was meant

[jira] Created: (COMMONSSITE-46) Multi-module projects fail when using the rc profile in commons-parent

2009-12-03 Thread Niall Pemberton (JIRA)
Multi-module projects fail when using the rc profile in commons-parent Key: COMMONSSITE-46 URL: https://issues.apache.org/jira/browse/COMMONSSITE-46 Project: Commons All

[jira] Updated: (COMMONSSITE-46) Multi-module projects fail when using the rc profile in commons-parent

2009-12-03 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated COMMONSSITE-46: --- Attachment: commons-parent-pom.patch Multi-module projects fail when using the

[jira] Commented: (CODEC-94) unexpected CRLF at end of base64 encoded string

2009-12-03 Thread JIRA
[ https://issues.apache.org/jira/browse/CODEC-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785630#action_12785630 ] Lorenzo Ingrillì commented on CODEC-94: --- Static method Base64.encodeBase64() seems work