[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2012-09-14 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated CODEC-96: - Fix Version/s: (was: 1.x) 1.7 Base64 encode() method is no longer

[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2012-04-02 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-96: - Attachment: complete_inputstream_interface.patch Small patch to implement mark and reset in a safe

[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2012-04-02 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-96: - Attachment: (was: complete_inputstream_interface.patch) Base64 encode() method is no

[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2012-04-02 Thread Thomas Neidhart (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated CODEC-96: - Comment: was deleted (was: Small patch to implement mark and reset in a safe manner.

[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2012-03-28 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-96: -- Attachment: CODEX-96-2.patch Supersedes CODEX-96.patch Base64 encode() method is no longer

[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2012-03-20 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CODEC-96: -- Attachment: CODEC-96.patch Base64 encode() method is no longer thread-safe, breaking clients using it as a shared

[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2011-12-20 Thread Gary D. Gregory (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated CODEC-96: - Fix Version/s: (was: 1.6) 1.x Base64 encode() method is no longer

[jira] [Updated] (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2011-11-10 Thread Henri Yandell (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated CODEC-96: --- Fix Version/s: 1.6 +1 to simply documenting this and resolving. Base64 encode()

[jira] Updated: (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2010-03-30 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-96: --- Attachment: (was: codec-96-2nd-attempt.patch) Base64 encode() method is no longer thread-safe,

[jira] Updated: (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2010-03-30 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-96: --- Attachment: codec-96-3rd-attempt.patch I've attached a 3rd attempt at a codec-96 patch

[jira] Updated: (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2010-03-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-96: --- Attachment: codec-96.patch The instance methods can construct their own new Base64() object to

[jira] Updated: (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2010-03-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-96: --- Attachment: codec-96-2nd-attempt.patch I think this patch makes usage via the old Encoder/Decoder and

[jira] Updated: (CODEC-96) Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

2010-02-25 Thread Matt Ryall (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ryall updated CODEC-96: Description: Streaming support was added to Base64 in commons-codec 1.4 with CODEC-69. This introduced