[jira] [Updated] (NET-382) Subclasses of SocketClient should use _input_ and _output_ rather than calling _socket_.getInputStream() etc

2011-03-31 Thread Bogdan Drozdowski (JIRA)
[ https://issues.apache.org/jira/browse/NET-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bogdan Drozdowski updated NET-382: -- Attachment: sockclient-socket-private.diff I thought about that this too one day. Now I have a

[jira] [Created] (CONFIGURATION-442) SubsetConfiguration does not properly list attributes when a delimiter is set

2011-03-31 Thread Fabien Nisol (JIRA)
SubsetConfiguration does not properly list attributes when a delimiter is set - Key: CONFIGURATION-442 URL: https://issues.apache.org/jira/browse/CONFIGURATION-442 Project:

[jira] [Updated] (NET-382) Subclasses of SocketClient should use _input_ and _output_ rather than calling _socket_.getInputStream() etc

2011-03-31 Thread Bogdan Drozdowski (JIRA)
[ https://issues.apache.org/jira/browse/NET-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bogdan Drozdowski updated NET-382: -- Attachment: (was: sockclient-socket-private.diff) Subclasses of SocketClient should use

[jira] [Updated] (NET-382) Subclasses of SocketClient should use _input_ and _output_ rather than calling _socket_.getInputStream() etc

2011-03-31 Thread Bogdan Drozdowski (JIRA)
[ https://issues.apache.org/jira/browse/NET-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bogdan Drozdowski updated NET-382: -- Attachment: sockclient-socket-private.diff Sorry, the attachment had an error. Now fixed and

[jira] [Updated] (NET-397) FTPSClient does not handle AUTH or ADAT and only partially handles PBSZ. FTPSCommand should be deprecated

2011-03-31 Thread Bogdan Drozdowski (JIRA)
[ https://issues.apache.org/jira/browse/NET-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bogdan Drozdowski updated NET-397: -- Attachment: ftps-rfc2228.diff This patch adds the support for 5 missing commands from RFC2228:

[jira] [Commented] (NET-397) FTPSClient does not handle AUTH or ADAT and only partially handles PBSZ. FTPSCommand should be deprecated

2011-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13014051#comment-13014051 ] Sebb commented on NET-397: -- Thanks again! Cannot remove FTPSCommand without breaking binary compat.

[jira] [Created] (CONFIGURATION-444) SubsetConfiguration does not properly handle interpolation when used on a HierarchicalConfiguration

2011-03-31 Thread Fabien Nisol (JIRA)
SubsetConfiguration does not properly handle interpolation when used on a HierarchicalConfiguration --- Key: CONFIGURATION-444 URL:

[jira] [Commented] (CONFIGURATION-441) CompositeConfiguration does not resolve referenced properties correctly

2011-03-31 Thread Fabien Nisol (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13014142#comment-13014142 ] Fabien Nisol commented on CONFIGURATION-441: I think overriding the

[jira] [Created] (MATH-552) MultidimensionalCounter.getCounts(int) returns wrong array of indices

2011-03-31 Thread James Bence (JIRA)
MultidimensionalCounter.getCounts(int) returns wrong array of indices - Key: MATH-552 URL: https://issues.apache.org/jira/browse/MATH-552 Project: Commons Math Issue Type:

[jira] [Commented] (MATH-552) MultidimensionalCounter.getCounts(int) returns wrong array of indices

2011-03-31 Thread James Bence (JIRA)
[ https://issues.apache.org/jira/browse/MATH-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13014253#comment-13014253 ] James Bence commented on MATH-552: -- I am working on a patch and some tests.

[jira] [Resolved] (NET-396) POP3.setState() should not be public

2011-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-396. -- Resolution: Fixed Fix Version/s: 3.0 Changed public method to do nothing, deprecated, and added package method for

[jira] [Resolved] (NET-391) CommandSupport listener should be invoked before throwing an Exception if the reply is not valid

2011-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-391. -- Resolution: Won't Fix Assignee: (was: Sebb) All the validation exceptions that can be thrown now include the

[jira] [Resolved] (NET-269) Remove semi-redundant check in SubnetUtils.calculate()

2011-03-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-269. -- Resolution: Fixed Fix Version/s: 3.0 Remove semi-redundant check in SubnetUtils.calculate()

[jira] [Created] (CODEC-119) Migrate to Java 5

2011-03-31 Thread Gary D. Gregory (JIRA)
Migrate to Java 5 - Key: CODEC-119 URL: https://issues.apache.org/jira/browse/CODEC-119 Project: Commons Codec Issue Type: Improvement Reporter: Gary D. Gregory Migrate to Java 5 -- This message is

[jira] [Updated] (CODEC-119) Migrate to Java 5

2011-03-31 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated CODEC-119: -- Fix Version/s: 2.0 Migrate to Java 5 - Key: CODEC-119

[jira] [Updated] (CODEC-120) Migrate to JUnit 4

2011-03-31 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated CODEC-120: -- Fix Version/s: 2.0 Migrate to JUnit 4 -- Key: CODEC-120

[jira] [Created] (CODEC-120) Migrate to JUnit 4

2011-03-31 Thread Gary D. Gregory (JIRA)
Migrate to JUnit 4 -- Key: CODEC-120 URL: https://issues.apache.org/jira/browse/CODEC-120 Project: Commons Codec Issue Type: Improvement Reporter: Gary D. Gregory Migrate to JUnit 4 -- This message is

[jira] [Commented] (SCXML-159) Flex/ActionScript SCXML engine project proposal (need mentor)

2011-03-31 Thread Gui Xunlong (JIRA)
[ https://issues.apache.org/jira/browse/SCXML-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13014413#comment-13014413 ] Gui Xunlong commented on SCXML-159: --- I am interested mentoring this project