Unable to create several <command> elements in Spring configuration file
------------------------------------------------------------------------

                 Key: FTPSERVER-147
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-147
             Project: FtpServer
          Issue Type: Bug
            Reporter: Olivier Lourdais
            Priority: Trivial


In order to override several FTP commands, I had to modify the XSD schema.
In its current form, the <commands> element allow only one <command> child (all 
the examples I found override only one FTP command ;-) ).
I had to replace
<xs:element name="command">
By
<xs:element name="command" minOccurs="0" maxOccurs="unbounded">


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to