Re: server root directory

2008-03-27 Thread Niklas Gustavsson
Hi On Wed, Mar 26, 2008 at 4:01 PM, Eugene Rachinsky <[EMAIL PROTECTED]> wrote: > Hi > > I am trying to embed ftpserver in OSGi environment. FtpServer is not currently built as a bundle, however I'm currently looking into this. I will make a major rearrangement of our packages structure so that

passwords logged in plain text

2008-03-27 Thread Abramovich, Dan
Hi, I'd like to make a suggestion that passwords not be logged in clear text. For example: Thu Mar 27 2008 00:06:08,762 EDT INFO org.apache.ftpserver.listener.mina.MinaFtpProtocolHandler - [/10.6.20.226:63995] RECEIVED: PASS admin We find the protocol logging to be useful, but logging

Re: passwords logged in plain text

2008-03-27 Thread Niklas Gustavsson
Those log statements are logged by the MINA logging filter and there's not much we can do about that one (expect for not including in the default setup). We could roll our own logging filter that takes out the password. Please file a JIRA ticket and I'll take care of it. /niklas On Thu, Mar 27, 2