[jira] [Commented] (LANG-839) ArrayUtils removeElements methods use unnecessary HashSet

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472197#comment-13472197 ] Sebb commented on LANG-839: --- Thanks! Note: this started because of the boxing warnings (adding

[jira] [Created] (VFS-440) [SFTP] Stream (e.g. netcat) proxy for Sftp file system (aka ProxyCommand)

2012-10-09 Thread Benjamin Piwowarski (JIRA)
Benjamin Piwowarski created VFS-440: --- Summary: [SFTP] Stream (e.g. netcat) proxy for Sftp file system (aka ProxyCommand) Key: VFS-440 URL: https://issues.apache.org/jira/browse/VFS-440 Project:

[jira] [Updated] (VFS-440) [SFTP] Stream (e.g. netcat) proxy for Sftp file system (aka ProxyCommand)

2012-10-09 Thread Benjamin Piwowarski (JIRA)
[ https://issues.apache.org/jira/browse/VFS-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Piwowarski updated VFS-440: Attachment: sftp-stream-proxy.diff Patch with new functionality and test

[jira] [Commented] (VFS-440) [SFTP] Stream (e.g. netcat) proxy for Sftp file system (aka ProxyCommand)

2012-10-09 Thread Benjamin Piwowarski (JIRA)
[ https://issues.apache.org/jira/browse/VFS-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472282#comment-13472282 ] Benjamin Piwowarski commented on VFS-440: - By the way, I had to lower the version of

[jira] [Created] (VALIDATOR-312) Extending country code list in DomainValidator

2012-10-09 Thread Haytham (JIRA)
Haytham created VALIDATOR-312: - Summary: Extending country code list in DomainValidator Key: VALIDATOR-312 URL: https://issues.apache.org/jira/browse/VALIDATOR-312 Project: Commons Validator

[jira] [Created] (CODEC-160) Base64.encodeBase64URLSafeString doesn't add padding characters at the end.

2012-10-09 Thread Jan Ivenz (JIRA)
Jan Ivenz created CODEC-160: --- Summary: Base64.encodeBase64URLSafeString doesn't add padding characters at the end. Key: CODEC-160 URL: https://issues.apache.org/jira/browse/CODEC-160 Project: Commons Codec

[jira] [Commented] (VALIDATOR-312) Extending country code list in DomainValidator

2012-10-09 Thread Haytham (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472407#comment-13472407 ] Haytham commented on VALIDATOR-312: --- I am working on a patch that would add the new

[jira] [Commented] (LANG-839) ArrayUtils removeElements methods use unnecessary HashSet

2012-10-09 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472431#comment-13472431 ] Matt Benson commented on LANG-839: -- I don't know why {{BitSet}} never occurred to me; I

[jira] [Commented] (LANG-839) ArrayUtils removeElements methods use unnecessary HashSet

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472455#comment-13472455 ] Sebb commented on LANG-839: --- Further testing shows that the approach used in the original patch -

[jira] [Created] (MATH-877) Allow catagory data to be provided as SummaryStatistics in OneWayAnova

2012-10-09 Thread Phil Steitz (JIRA)
Phil Steitz created MATH-877: Summary: Allow catagory data to be provided as SummaryStatistics in OneWayAnova Key: MATH-877 URL: https://issues.apache.org/jira/browse/MATH-877 Project: Commons Math

[jira] [Updated] (MATH-877) Allow catagory data to be provided as SummaryStatistics in OneWayAnova

2012-10-09 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated MATH-877: - Attachment: OneWayAnova.java Attached by Peter Andrews in 9 Oct 2012 post to d...@commons.apache.org

[jira] [Commented] (LANG-839) ArrayUtils removeElements methods use unnecessary HashSet

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472457#comment-13472457 ] Sebb commented on LANG-839: --- URL: http://svn.apache.org/viewvc?rev=1395943view=rev Log: LANG-839

[jira] [Commented] (LANG-839) ArrayUtils removeElements methods use unnecessary HashSet

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472485#comment-13472485 ] Sebb commented on LANG-839: --- URL: http://svn.apache.org/viewvc?rev=1396075view=rev Log: LANG-839

[jira] [Commented] (CODEC-160) Base64.encodeBase64URLSafeString doesn't add padding characters at the end.

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472592#comment-13472592 ] Sebb commented on CODEC-160: This appears to be deliberate; see comments in the method:

[jira] [Commented] (CODEC-160) Base64.encodeBase64URLSafeString doesn't add padding characters at the end.

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472602#comment-13472602 ] Sebb commented on CODEC-160: Further research shows that this has been the case since the code

[jira] [Resolved] (CODEC-160) Base64.encodeBase64URLSafeString doesn't add padding characters at the end.

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CODEC-160. Resolution: Fixed Fix Version/s: 1.8 URL: http://svn.apache.org/viewvc?rev=1396159view=rev Log: CODEC-160

[jira] [Updated] (MATH-877) Allow category data to be provided as SummaryStatistics in OneWayAnova

2012-10-09 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated MATH-877: - Summary: Allow category data to be provided as SummaryStatistics in OneWayAnova (was: Allow catagory data

[jira] [Created] (IMAGING-92) Issue trying to update GPS metadata info in a JPG

2012-10-09 Thread Herve M. (JIRA)
Herve M. created IMAGING-92: --- Summary: Issue trying to update GPS metadata info in a JPG Key: IMAGING-92 URL: https://issues.apache.org/jira/browse/IMAGING-92 Project: Commons Imaging Issue Type:

[jira] [Commented] (IMAGING-92) Issue trying to update GPS metadata info in a JPG

2012-10-09 Thread Herve M. (JIRA)
[ https://issues.apache.org/jira/browse/IMAGING-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472722#comment-13472722 ] Herve M. commented on IMAGING-92: - Found issue in TiffOutputSet.java GPS Tags are mixed,

[jira] [Resolved] (LANG-844) StringUtils.center() methods have inaccurate examples in javadocs

2012-10-09 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/LANG-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved LANG-844. -- Resolution: Fixed Fix Version/s: 3.2 Patch applied in r1396313. Thanks for the report

[jira] [Resolved] (NET-482) Support XOAUTH

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-482. -- Resolution: Fixed Fix Version/s: 3.2 URL: http://svn.apache.org/viewvc?rev=1396374view=rev Log: NET-482 Support

[jira] [Resolved] (NET-485) Remove unnecessary Base64 methods

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-485. -- Resolution: Fixed Fix Version/s: 3.2 URL: http://svn.apache.org/viewvc?rev=1396378view=rev Log: NET-485 Remove

[jira] [Commented] (NET-482) Support XOAUTH

2012-10-09 Thread Houman Atashbar (JIRA)
[ https://issues.apache.org/jira/browse/NET-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472893#comment-13472893 ] Houman Atashbar commented on NET-482: - Thanks Sebb, This is awesome.