[jira] [Created] (DBUTILS-85) In BeanProcessor#isCompatibleType, can Integer.class.isInstance(value) be replaced by value instanceof Integer (etc)?

2012-01-07 Thread Sebb (Created) (JIRA)
In BeanProcessor#isCompatibleType, can Integer.class.isInstance(value) be replaced by value instanceof Integer (etc)? - Key: DBUTILS-85 URL:

[jira] [Resolved] (NET-433) NET site should link to the examples

2012-01-07 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-433. -- Resolution: Fixed Fix Version/s: 3.1 NET site should link to the examples

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

2012-01-07 Thread Oliver Heger (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182020#comment-13182020 ] Oliver Heger commented on CONFIGURATION-474: Indeed, in contrast to the

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

2012-01-07 Thread Charles Leclerc (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182033#comment-13182033 ] Charles Leclerc commented on CONFIGURATION-474: --- I tried to add

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

2012-01-07 Thread Charles Leclerc (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Leclerc updated CONFIGURATION-474: -- Description: After loading an INI file with

[jira] [Resolved] (NET-346) FTP should support reporting NATed external IP address

2012-01-07 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-346. -- Resolution: Fixed Fix Version/s: 3.1 Applied, with a minor change: getReportHostAddress now defers to

[jira] [Commented] (NET-427) In certain error/failure circumstances ftpClient.listFiles(param) returns an empty list instead of null or an exception

2012-01-07 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182062#comment-13182062 ] Sebb commented on NET-427: -- Just noticed that the listNames methods (which use NLST rather than

[jira] [Commented] (NET-320) Allow TFTPServer.java to bind to a specific network adapter

2012-01-07 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182154#comment-13182154 ] Sebb commented on NET-320: -- Note that the TFTPServer is only currently intended for use by test

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

2012-01-07 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182156#comment-13182156 ] Sebb commented on NET-405: -- Which of the methods are actually needed for use with IPv6?