[jira] Commented: (CODEC-91) Handling of embedded padding in base64 encoded data changed in 1.4

2010-06-01 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874386#action_12874386 ] Gary Gregory commented on CODEC-91: --- On a different tack, I think we should offer an argume

[jira] Commented: (CODEC-91) Handling of embedded padding in base64 encoded data changed in 1.4

2010-06-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874371#action_12874371 ] Sebb commented on CODEC-91: --- OK, understood. But I still think it is wrong to restart after a sing

[jira] Commented: (CODEC-91) Handling of embedded padding in base64 encoded data changed in 1.4

2010-06-01 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874364#action_12874364 ] Julius Davies commented on CODEC-91: PAD after a single character should be impossible.

[jira] Commented: (CODEC-91) Handling of embedded padding in base64 encoded data changed in 1.4

2010-06-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874355#action_12874355 ] Sebb commented on CODEC-91: --- OK, but it's still possible to have PAD after a single input character

[jira] Commented: (CODEC-91) Handling of embedded padding in base64 encoded data changed in 1.4

2010-06-01 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874348#action_12874348 ] Julius Davies commented on CODEC-91: When we encode we tend to have at least 1 byte to en

[jira] Commented: (CODEC-101) Base64InputStream#read(byte[]) incorrectly returns 0 at end of any stream which is multiple of 3 bytes long

2010-06-01 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874336#action_12874336 ] Julius Davies commented on CODEC-101: - Thanks for the bug report. I'm looking into it.

[jira] Commented: (CODEC-91) Handling of embedded padding in base64 encoded data changed in 1.4

2010-06-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874333#action_12874333 ] Sebb commented on CODEC-91: --- The buffer output code when PAD is detected is the same as for the fin

[jira] Updated: (CODEC-91) Handling of embedded padding in base64 encoded data changed in 1.4

2010-06-01 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-91: --- Attachment: codec-91-actually-works-and-tests-yay.patch This is a much better patch - it actually works

[jira] Updated: (CODEC-91) Handling of embedded padding in base64 encoded data changed in 1.4

2010-06-01 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-91: --- Attachment: (was: codec-91.patch) > Handling of embedded padding in base64 encoded data changed in

[jira] Commented: (POOL-161) ContextClassLoader problems for the Evictor thread

2010-06-01 Thread Sylvain Laurent (JIRA)
[ https://issues.apache.org/jira/browse/POOL-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874236#action_12874236 ] Sylvain Laurent commented on POOL-161: -- I think commons-pool should be considered as the

[jira] Commented: (POOL-161) ContextClassLoader problems for the Evictor thread

2010-06-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/POOL-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874210#action_12874210 ] Sebb commented on POOL-161: --- I see. However it seems to me that it's still worth doing - it may b

[jira] Commented: (POOL-161) ContextClassLoader problems for the Evictor thread

2010-06-01 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/POOL-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874193#action_12874193 ] Mark Thomas commented on POOL-161: -- My main concern is what other as yet undiscovered memory

[jira] Issue Comment Edited: (CONFIGURATION-418) incorrect backslash parsing

2010-06-01 Thread Ricky Martin (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874181#action_12874181 ] Ricky Martin edited comment on CONFIGURATION-418 at 6/1/10 3:38 PM: --

[jira] Updated: (CONFIGURATION-418) incorrect backslash parsing

2010-06-01 Thread Ricky Martin (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ricky Martin updated CONFIGURATION-418: --- Attachment: (was: sample.properties) > incorrect backslash parsing > -

[jira] Updated: (CONFIGURATION-418) incorrect backslash parsing

2010-06-01 Thread Ricky Martin (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ricky Martin updated CONFIGURATION-418: --- Attachment: Main.java I forgot the Main > incorrect backslash parsing > -

[jira] Issue Comment Edited: (CONFIGURATION-418) incorrect backslash parsing

2010-06-01 Thread Ricky Martin (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874181#action_12874181 ] Ricky Martin edited comment on CONFIGURATION-418 at 6/1/10 3:35 PM: --

[jira] Issue Comment Edited: (CONFIGURATION-418) incorrect backslash parsing

2010-06-01 Thread Ricky Martin (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874181#action_12874181 ] Ricky Martin edited comment on CONFIGURATION-418 at 6/1/10 3:35 PM: --

[jira] Issue Comment Edited: (CONFIGURATION-418) incorrect backslash parsing

2010-06-01 Thread Ricky Martin (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874181#action_12874181 ] Ricky Martin edited comment on CONFIGURATION-418 at 6/1/10 3:34 PM: --

[jira] Updated: (CONFIGURATION-418) incorrect backslash parsing

2010-06-01 Thread Ricky Martin (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ricky Martin updated CONFIGURATION-418: --- Attachment: sample.properties sample.properties

[jira] Commented: (CONFIGURATION-418) incorrect backslash parsing

2010-06-01 Thread Ricky Martin (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874181#action_12874181 ] Ricky Martin commented on CONFIGURATION-418: Hi Oliver, I checkout the

[jira] Commented: (POOL-161) ContextClassLoader problems for the Evictor thread

2010-06-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/POOL-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874171#action_12874171 ] Sebb commented on POOL-161: --- Disk space and memory may be cheap, but finding the memory leak in a

[jira] Commented: (POOL-161) ContextClassLoader problems for the Evictor thread

2010-06-01 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/POOL-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874167#action_12874167 ] Mark Thomas commented on POOL-161: -- It wasn't possible to fix the related issue in Tomcat so

[jira] Commented: (CONFIGURATION-418) incorrect backslash parsing

2010-06-01 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874155#action_12874155 ] Oliver Heger commented on CONFIGURATION-418: It may be that the current

[jira] Commented: (POOL-161) ContextClassLoader problems for the Evictor thread

2010-06-01 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/POOL-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874126#action_12874126 ] Mark Thomas commented on POOL-161: -- I wonder if we want to support this use case. The simple

[jira] Commented: (COMPRESS-113) TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the octal size

2010-06-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874038#action_12874038 ] Sebb commented on COMPRESS-113: --- Just discovered that one also needs to allow for fields wh

[jira] Commented: (COMPRESS-113) TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the octal size

2010-06-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873995#action_12873995 ] Sebb commented on COMPRESS-113: --- TarUtils.parseOctal() currently stops processing when it d

[jira] Commented: (COLLECTIONS-355) class cast exception in common collection-3.2 jar

2010-06-01 Thread maneesh (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873960#action_12873960 ] maneesh commented on COLLECTIONS-355: - Hi Julien, Thanks for your support..

[jira] Commented: (DBCP-335) NPE with MySQL PreparedStatement

2010-06-01 Thread Marcus Better (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873921#action_12873921 ] Marcus Better commented on DBCP-335: I didn't post any example code so I'm not sure what

[jira] Commented: (DBCP-335) NPE with MySQL PreparedStatement

2010-06-01 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873920#action_12873920 ] Sergey Vladimirov commented on DBCP-335: Marcus, In your example code DBCP is not us