[jira] [Commented] (MATH-730) Add uniform distributions (integer and real)

2012-01-09 Thread Commented
[ https://issues.apache.org/jira/browse/MATH-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182408#comment-13182408 ] Sébastien Brisard commented on MATH-730: Arghhh! Changed in {{r1229050}}. I indeed

[jira] [Created] (DBUTILS-86) SqlNullCheckedResultSetTest does not use BaseTestCase and does not test multiple rows/non-Null behaviour

2012-01-09 Thread Sebb (Created) (JIRA)
SqlNullCheckedResultSetTest does not use BaseTestCase and does not test multiple rows/non-Null behaviour Key: DBUTILS-86 URL:

[jira] [Created] (NET-437) TelnetInputStream doesn't support non-blocking IO when reader thread is not enabled

2012-01-09 Thread Gavin Camp (Created) (JIRA)
TelnetInputStream doesn't support non-blocking IO when reader thread is not enabled --- Key: NET-437 URL: https://issues.apache.org/jira/browse/NET-437 Project: Commons

[jira] [Commented] (VFS-398) FtpFileObject.getChildren() fails when a folder contains a file with a colon in the name

2012-01-09 Thread Mark Leonard (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/VFS-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182660#comment-13182660 ] Mark Leonard commented on VFS-398: -- A similar error occurs using the SFTP provider:

[jira] [Commented] (VALIDATOR-301) CheckStyle and FindBug Issues - inner classes and key sets

2012-01-09 Thread Nick Burch (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182690#comment-13182690 ] Nick Burch commented on VALIDATOR-301: -- Thanks, these (and a few other findbugs

[jira] [Resolved] (VALIDATOR-301) CheckStyle and FindBug Issues - inner classes and key sets

2012-01-09 Thread Nick Burch (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Burch resolved VALIDATOR-301. -- Resolution: Fixed Fix Version/s: 1.4 CheckStyle and FindBug Issues - inner

[jira] [Commented] (NET-405) Support for IPv6 in SubnetUtils

2012-01-09 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182906#comment-13182906 ] Sebb commented on NET-405: -- Thanks, that's very useful to know. Would you be able to provide some

[jira] [Created] (OGNL-45) Unable to use Struts 2.3.1.1 appliation with OGNL 3.0.3 by enabling security manager but same application works with OGNL 3.0.2

2012-01-09 Thread kesava (Created) (JIRA)
Unable to use Struts 2.3.1.1 appliation with OGNL 3.0.3 by enabling security manager but same application works with OGNL 3.0.2 --- Key: OGNL-45

[jira] [Commented] (OGNL-45) Unable to use Struts 2.3.1.1 appliation with OGNL 3.0.3 by enabling security manager but same application works with OGNL 3.0.2

2012-01-09 Thread kesava (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182951#comment-13182951 ] kesava commented on OGNL-45: Suspected changes in OgnlRuntime.java Map permissions =

[jira] [Closed] (OGNL-45) Unable to use Struts 2.3.1.1 appliation with OGNL 3.0.3 by enabling security manager but same application works with OGNL 3.0.2

2012-01-09 Thread kesava (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kesava closed OGNL-45. -- Resolution: Duplicate OGNL-44 Unable to use Struts 2.3.1.1 appliation with OGNL 3.0.3 by enabling

[jira] [Created] (COMPRESS-170) Improve robustness when the wrong encoding was passed into ZipArchiveInputStream / ZipFile

2012-01-09 Thread Trejkaz (Created) (JIRA)
Improve robustness when the wrong encoding was passed into ZipArchiveInputStream / ZipFile -- Key: COMPRESS-170 URL: https://issues.apache.org/jira/browse/COMPRESS-170

[jira] [Commented] (COMPRESS-170) Improve robustness when the wrong encoding was passed into ZipArchiveInputStream / ZipFile

2012-01-09 Thread Trejkaz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13183103#comment-13183103 ] Trejkaz commented on COMPRESS-170: -- Argh, my code missed out a while(true) loop. :(