[jira] [Commented] (LANG-781) Null-Check to variable Object parameters - ObjectUtils.isAnyNull

2012-01-06 Thread Sandro Lehmann (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181201#comment-13181201 ] Sandro Lehmann commented on LANG-781: - But in Validate an Exception is thrown but if you

[jira] [Created] (OGNL-44) OgnlRuntime.getPermission in 3.0.3 returns null

2012-01-06 Thread Kristof Vanbecelaere (Created) (JIRA)
OgnlRuntime.getPermission in 3.0.3 returns null --- Key: OGNL-44 URL: https://issues.apache.org/jira/browse/OGNL-44 Project: Commons OGNL Issue Type: Bug Reporter: Kristof Vanbecelaere

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

2012-01-06 Thread Mark Leonard (Created) (JIRA)
FtpFileObject.getChildren() fails when a folder contains a file with a colon in the name Key: VFS-398 URL: https://issues.apache.org/jira/browse/VFS-398

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

2012-01-06 Thread Mark Leonard (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/VFS-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181372#comment-13181372 ] Mark Leonard commented on VFS-398: -- I searched for existing issues and found only the

[jira] [Created] (IO-298) Various methods of class 'org.apache.commons.io.FileUtils' incorrectly suppress 'java.io.IOException's.

2012-01-06 Thread Christian Schulte (Created) (JIRA)
Various methods of class 'org.apache.commons.io.FileUtils' incorrectly suppress 'java.io.IOException's. --- Key: IO-298 URL:

[jira] [Updated] (IO-298) Various methods of class 'org.apache.commons.io.FileUtils' incorrectly suppress 'java.io.IOException's.

2012-01-06 Thread Christian Schulte (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/IO-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schulte updated IO-298: - Attachment: IO-298.patch Patching adding 'close' calls without suppressing 'java.io.IOException's.

[jira] [Issue Comment Edited] (IO-298) Various methods of class 'org.apache.commons.io.FileUtils' incorrectly suppress 'java.io.IOException's.

2012-01-06 Thread Christian Schulte (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/IO-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181374#comment-13181374 ] Christian Schulte edited comment on IO-298 at 1/6/12 3:32 PM: --

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

2012-01-06 Thread Mark Leonard (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/VFS-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181403#comment-13181403 ] Mark Leonard commented on VFS-398: -- A quick solution might be to escape the colon character

[jira] [Created] (CONFIGURATION-474) Lists don't seem to work whean loading INI files

2012-01-06 Thread Charles Leclerc (Created) (JIRA)
Lists don't seem to work whean loading INI files Key: CONFIGURATION-474 URL: https://issues.apache.org/jira/browse/CONFIGURATION-474 Project: Commons Configuration Issue Type: Bug Affects

[jira] [Commented] (NET-422) FTP using HTTP proxy not working

2012-01-06 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181734#comment-13181734 ] Sebb commented on NET-422: -- Thanks! Magnus' patch applied with minor tweaks: - changed

[jira] [Resolved] (NET-267) Support HTTP Proxying

2012-01-06 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-267. -- Resolution: Fixed Intial support added in NET 2.2 Support HTTP Proxying -

[jira] [Commented] (IO-288) Supply a ReversedLinesFileReader

2012-01-06 Thread Niall Pemberton (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181778#comment-13181778 ] Niall Pemberton commented on IO-288: ReversedLinesFileReader should be in the

[jira] [Commented] (IO-291) Add new function FileUtils.directoryContains

2012-01-06 Thread Niall Pemberton (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181784#comment-13181784 ] Niall Pemberton commented on IO-291: Seems very odd for the new method to return true if

[jira] [Commented] (IO-291) Add new function FileUtils.directoryContains

2012-01-06 Thread Niall Pemberton (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181787#comment-13181787 ] Niall Pemberton commented on IO-291: Also the *meat* of the method seems more suited to

[jira] [Issue Comment Edited] (IO-291) Add new function FileUtils.directoryContains

2012-01-06 Thread Niall Pemberton (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/IO-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181787#comment-13181787 ] Niall Pemberton edited comment on IO-291 at 1/7/12 2:50 AM: Also