[
https://issues.apache.org/jira/browse/FTPSERVER-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niklas Gustavsson closed FTPSERVER-347.
---------------------------------------
Resolution: Fixed
Fixed in rev 911609
commit -m "Fixing bug where we did not correctly handle multiline replies with
lines starting with numbers (FTPSERVER-347)"
/Users/niklas/Documents/svn/ftpserver-1.0.x/ftplet-api/src/main/java/org/apache/ftpserver/ftplet/DefaultFtpReply.java
/Users/niklas/Documents/svn/ftpserver-trunk/ftplet-api/src/main/java/org/apache/ftpserver/ftplet/DefaultFtpReply.java
/Users/niklas/Documents/svn/ftpserver-1.0.x/core/src/test/java/org/apache/ftpserver/impl/DefaultFtpReplyTest.java
/Users/niklas/Documents/svn/ftpserver-trunk/core/src/test/java/org/apache/ftpserver/impl/DefaultFtpReplyTest.java
Sending
/Users/niklas/Documents/svn/ftpserver-1.0.x/core/src/test/java/org/apache/ftpserver/impl/DefaultFtpReplyTest.java
Sending
/Users/niklas/Documents/svn/ftpserver-1.0.x/ftplet-api/src/main/java/org/apache/ftpserver/ftplet/DefaultFtpReply.java
Sending
/Users/niklas/Documents/svn/ftpserver-trunk/core/src/test/java/org/apache/ftpserver/impl/DefaultFtpReplyTest.java
Sending
/Users/niklas/Documents/svn/ftpserver-trunk/ftplet-api/src/main/java/org/apache/ftpserver/ftplet/DefaultFtpReply.java
Transmitting file data ...
Committed revision 911609.
> Multiline replies does not handle lines stariing with numbers
> -------------------------------------------------------------
>
> Key: FTPSERVER-347
> URL: https://issues.apache.org/jira/browse/FTPSERVER-347
> Project: FtpServer
> Issue Type: Bug
> Components: Core, Ftplets
> Affects Versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3
> Reporter: Niklas Gustavsson
> Assignee: Niklas Gustavsson
> Fix For: 1.0.4, 1.1.0
>
>
> For multiline replies, any line staring with a number should be indented with
> two spaces according to the example in the RFC. We do not currently do that,
> instead printing the line without any prefix, making it potentially confusing
> clients.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.