Petals BC Filetransfer

Operation 'del' does not delete files given through a wild card expression

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 3.3.0
  • Fix Version/s: 3.3.1
  • Component/s: Operation 'del'
  • Security Level: Public
  • Description:
    Hide

    With the following request:

    <?xml version="1.0" encoding="UTF-8"?>
    <ver:del xmlns:ver="http://petals.ow2.org/components/filetransfer/version-3">
    <ver:filename>*.xml</ver:filename>
    </ver:del>

    only the first file matching the wild card expression is deleted. All files matching the wild card expression should be deleted.

    Show
    With the following request:
    <?xml version="1.0" encoding="UTF-8"?>
    <ver:del xmlns:ver="http://petals.ow2.org/components/filetransfer/version-3">
    <ver:filename>*.xml</ver:filename>
    </ver:del>
    only the first file matching the wild card expression is deleted. All files matching the wild card expression should be deleted.
  • Environment:
    -

Activity

People

Dates

  • Created:
    Wed, 27 Apr 2016 - 11:28:36 +0200
    Updated:
    Wed, 27 Apr 2016 - 12:03:40 +0200
    Resolved:
    Wed, 27 Apr 2016 - 12:03:39 +0200