[jira] Created: (FTPSERVER-249) DBUserManager doesn't close Connections leading to pool exhaustion.

2008-12-23 Thread David Latorre (JIRA)
DBUserManager doesn't close Connections leading to pool exhaustion. --- Key: FTPSERVER-249 URL: https://issues.apache.org/jira/browse/FTPSERVER-249 Project: FtpServer Issue

Re: Should we use InetAddress to represent IP Address while handling Protocol Message?

2008-12-23 Thread Ashish
On Tue, Dec 23, 2008 at 7:53 PM, Mark Webb elihusma...@gmail.com wrote: I would disagree with using a String. There are too much room for error IMO. I do agree that resolving the address is not the best approach either. Would it make any sense to write an IP Address class that at least

[jira] Created: (FTPSERVER-251) IoUtils.close() operation takes a long time when using implicit SSL

2008-12-23 Thread Randy Prager (JIRA)
IoUtils.close() operation takes a long time when using implicit SSL --- Key: FTPSERVER-251 URL: https://issues.apache.org/jira/browse/FTPSERVER-251 Project: FtpServer Issue

Re: [FTPSERVER] Ftplets never destroyed

2008-12-23 Thread Niklas Gustavsson
On Tue, Dec 23, 2008 at 11:22 AM, Jiří Kuhn jiri.k...@clapix.com wrote: My approach can be seen in attached file. I think the patch is fine, could you please attach it to the JIRA issue to clear the license details? https://issues.apache.org/jira/browse/FTPSERVER-248 /niklas

[jira] Updated: (FTPSERVER-247) Add DataConnectionConfiguration.isImplicitSsl

2008-12-23 Thread Kevin Conaway (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Conaway updated FTPSERVER-247: Summary: Add DataConnectionConfiguration.isImplicitSsl (was: Add

[jira] Updated: (FTPSERVER-247) Add DataConnectionConfiguration.isImplicitSsl

2008-12-23 Thread Kevin Conaway (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Conaway updated FTPSERVER-247: Attachment: (was: ftpserver-237.patch) Add

[jira] Updated: (FTPSERVER-247) Add DataConnectionConfiguration.isImplicitSsl

2008-12-23 Thread Kevin Conaway (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Conaway updated FTPSERVER-247: Attachment: ftpserver-247.patch Attaching updated patch to add the implicitSsl property

[jira] Commented: (FTPSERVER-249) DBUserManager doesn't close Connections leading to pool exhaustion.

2008-12-23 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12658961#action_12658961 ] Niklas Gustavsson commented on FTPSERVER-249: - Thanks for working on this

Re: [continuum] BUILD FAILURE: MINA - Apache Mina SSHD - default maven2 buildDefinition

2008-12-23 Thread Emmanuel Lécharny
Hi Guillaume, it would be cool is to check that the project builds before committing something, as much as possible. The CI system should be seen as a safety net, not a notification system :) Thanks ! -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org

[jira] Resolved: (DIRMINA-652) Socks5LogicHandler.encodeProxyRequestPacket(final SocksProxyRequest request) should check that the result of request.getEndpointAddress() is resolved before using it

2008-12-23 Thread Edouard De Oliveira (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edouard De Oliveira resolved DIRMINA-652. - Resolution: Fixed Fix Version/s: 2.0.0-RC1 Assignee: Edouard De

Re: svn commit: r729187 - /mina/trunk/core/src/main/java/org/apache/mina/proxy/handlers/socks/Socks5LogicHandler.java

2008-12-23 Thread Emmanuel Lecharny
Hi Edouard, just a few things about your last commit : -int step = ((Integer) getSession().getAttribute(HANDSHAKE_STEP)) -.intValue(); -writeRequest(nextFilter, request, step); +writeRequest(nextFilter, request, ((Integer) getSession().getAttribute( +