Uploaded image for project: 'FtpServer'
  1. FtpServer
  2. FTPSERVER-147

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.0.0-M2
    • 1.0.0-M3
    • None
    • None

    Description

      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">

      Attachments

        Activity

          People

            niklas Niklas Therning
            lourdaiso Olivier Lourdais
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: