[jira] Commented: (CODEC-89) new Base64().encode() appends a CRLF, and chunks results into 76 character lines

2009-12-02 Thread Mat Booth (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784741#action_12784741 ] Mat Booth commented on CODEC-89: Note that the behaviour of new Base64(0).encode() is

[jira] Commented: (DBCP-309) First example for FSContext is invalid

2009-12-02 Thread Ondrej Tisler (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784807#action_12784807 ] Ondrej Tisler commented on DBCP-309: I use this code for registring JNDI inFSContext:

[jira] Created: (CODEC-92) Many test cases use getBytes() which uses the default platform encoding so tests may fail on some platforms

2009-12-02 Thread Sebb (JIRA)
Many test cases use getBytes() which uses the default platform encoding so tests may fail on some platforms --- Key: CODEC-92 URL:

[jira] Created: (LANG-560) New TimedSemaphore class

2009-12-02 Thread Oliver Heger (JIRA)
New TimedSemaphore class Key: LANG-560 URL: https://issues.apache.org/jira/browse/LANG-560 Project: Commons Lang Issue Type: New Feature Reporter: Oliver Heger Fix For: 3.0

[jira] Created: (CODEC-93) Add test(s) to check that encodeBase64() does not chunk output

2009-12-02 Thread Sebb (JIRA)
Add test(s) to check that encodeBase64() does not chunk output -- Key: CODEC-93 URL: https://issues.apache.org/jira/browse/CODEC-93 Project: Commons Codec Issue Type: Sub-task

[jira] Updated: (LANG-560) New TimedSemaphore class

2009-12-02 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/LANG-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated LANG-560: -- Attachment: TimedSemaphore.patch Patch including the {{TimedSemaphore}} implementation and a unit test.

[jira] Commented: (CODEC-89) new Base64().encode() appends a CRLF, and chunks results into 76 character lines

2009-12-02 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785109#action_12785109 ] Sebb commented on CODEC-89: --- Patch (dated 2009-10-28 04:52 PM) looks OK, except I think it looks

[jira] Commented: (CODEC-89) new Base64().encode() appends a CRLF, and chunks results into 76 character lines

2009-12-02 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785116#action_12785116 ] Sebb commented on CODEC-89: --- Having second thoughts - although the patch looks OK, it actually

[jira] Updated: (CODEC-89) new Base64().encode() appends a CRLF, and chunks results into 76 character lines

2009-12-02 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-89: -- Attachment: Base64.patch Minimal patch to revert null ctor to 1.3 behaviour. Note that the tests all still work, so