[jira] [Commented] (CODEC-140) isBase64 returns true for any UTF8 string

2013-05-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651805#comment-13651805 ] Sebb commented on CODEC-140: Adding further validation to check the length etc would change the

[jira] [Commented] (CODEC-140) isBase64 returns true for any UTF8 string

2013-05-07 Thread btpka3 (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651596#comment-13651596 ] btpka3 commented on CODEC-140: -- Should enhance Base64.isBase64(byte[]) to check (1) lengh%4==0

[jira] [Commented] (CODEC-140) isBase64 returns true for any UTF8 string

2012-04-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262706#comment-13262706 ] Julius Davies commented on CODEC-140: - I don't think it's a bug. The javadoc on isBas

[jira] [Commented] (CODEC-140) isBase64 returns true for any UTF8 string

2012-04-26 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262507#comment-13262507 ] Jochen Wiedmann commented on CODEC-140: --- If the bug report should be confirmed, then

[jira] [Commented] (CODEC-140) isBase64 returns true for any UTF8 string

2012-04-25 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262248#comment-13262248 ] Julius Davies commented on CODEC-140: - Consider this: {code} byte[] b = new byte[]

[jira] [Commented] (CODEC-140) isBase64 returns true for any UTF8 string

2012-04-25 Thread Mohit Anchlia (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262209#comment-13262209 ] Mohit Anchlia commented on CODEC-140: - I thought isBase64 would return only true for th

[jira] [Commented] (CODEC-140) isBase64 returns true for any UTF8 string

2012-04-25 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262172#comment-13262172 ] Julius Davies commented on CODEC-140: - ps. sorry to make you submit a new bug request

[jira] [Commented] (CODEC-140) isBase64 returns true for any UTF8 string

2012-04-25 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262165#comment-13262165 ] Julius Davies commented on CODEC-140: - "Hello" is a valid Base64 encoding. Not all UT