[jira] Closed: (FTPSERVER-177) Passive port ranges are not properly released

2008-09-11 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-177. --- Resolution: Fixed Fix Version/s: 1.0-M4 Assignee: Niklas Gustavsson

[jira] Updated: (FTPSERVER-161) Bundle-fy ftplet-api and core modules

2008-09-11 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson updated FTPSERVER-161: Summary: Bundle-fy ftplet-api and core modules (was: Bundle-fy ftplet-api and c

Re: Simple One: Deploying an Ftplet

2008-09-11 Thread Niklas Gustavsson
On Thu, Sep 11, 2008 at 10:01 PM, Sisk, Brad <[EMAIL PROTECTED]> wrote: > Thank you very much, Niklas, I appreciate it. > > I can post this solution unless you plan to do so. Please do! /niklas

RE: Simple One: Deploying an Ftplet

2008-09-11 Thread Sisk, Brad
Thank you very much, Niklas, I appreciate it. I can post this solution unless you plan to do so. -Original Message- From: Niklas Gustavsson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 3:59 PM To: dev@mina.apache.org Subject: Re: Simple One: Deploying an Ftplet Hey Let

Re: Simple One: Deploying an Ftplet

2008-09-11 Thread Niklas Gustavsson
Hey Let's see if I can give you some pointers. On Thu, Sep 11, 2008 at 6:55 PM, Sisk, Brad <[EMAIL PROTECTED]> wrote: > I am brand new to Apache's Ftplet API, never needed to use it before. I > understand how to use it to write Ftplets-but have been unable to find > any documentation on the web a

[jira] Created: (FTPSERVER-177) Passive port ranges are not properly released

2008-09-11 Thread Kevin Conaway (JIRA)
Passive port ranges are not properly released - Key: FTPSERVER-177 URL: https://issues.apache.org/jira/browse/FTPSERVER-177 Project: FtpServer Issue Type: Bug Affects Versions: 1.0

[jira] Updated: (FTPSERVER-177) Passive port ranges are not properly released

2008-09-11 Thread Kevin Conaway (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Conaway updated FTPSERVER-177: Attachment: FTPSERVER-177.patch Attaching patch and test case > Passive port ranges are

Simple One: Deploying an Ftplet

2008-09-11 Thread Sisk, Brad
I am brand new to Apache's Ftplet API, never needed to use it before. I understand how to use it to write Ftplets-but have been unable to find any documentation on the web anywhere for how you actually add an Ftplet to an application server and get it to work. The FTPServer application, itself, mu

[jira] Closed: (DIRMINA-621) DOAP file has syntax error

2008-09-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed DIRMINA-621. OK, it's now working: http://projects.apache.org/projects/mina.html > DOAP file has syntax error > -

WriteRequestFilter : which one is the correct class to use ???

2008-09-11 Thread Emmanuel Lecharny
Hi guys, we have two classes named WriteRequestFilter : org.apache.mina.filter.util.WriteRequestFilter org.apache.mina.filter.executor.WriteRequestFilter Which one should we use ? -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org

Dubious code in protocolCodecFilter

2008-09-11 Thread Emmanuel Lecharny
Hi guys, while I was adding some javadoc and comments in this class, I found a very dubious portion of code : public void messageReceived(NextFilter nextFilter, IoSession session, Object message) throws Exception { ... while (in.hasRemaining()) { int ol

[jira] Resolved: (DIRMINA-621) DOAP file has syntax error

2008-09-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-621. --- Resolution: Fixed Fixed in : http://svn.apache.org/viewvc?rev=694238&view=rev Thank

FileSystemView and isRandomAccessible function in the Apache FTP server

2008-09-11 Thread Peter van der Velde
L.S. I have implemented the FileSystemView as a virtual filesystem. Files are stored unzipped in the database. On a file request the zip file is created and streamed at the same time. Therefore i dont want to allow random acces in the files (because they don't really exist). Implementing the isR

[jira] Assigned: (DIRMINA-621) DOAP file has syntax error

2008-09-11 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny reassigned DIRMINA-621: - Assignee: Emmanuel Lecharny > DOAP file has syntax error > -

[jira] Created: (DIRMINA-621) DOAP file has syntax error

2008-09-11 Thread Sebb (JIRA)
DOAP file has syntax error -- Key: DIRMINA-621 URL: https://issues.apache.org/jira/browse/DIRMINA-621 Project: MINA Issue Type: Bug Components: Web Site / Documentation Environment: http://svn.apac