Issue Details (XML | Word | Printable)

Key: SFTP-21
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Magnus Larsson
Reporter: Magnus Larsson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
SFTP Transport Project

Can't register filename parsers on sftp-connector

Created: 09/Dec/09 03:40 PM   Updated: 09/Dec/09 03:51 PM
Component/s: Code
Affects Version/s: 2.2.1-RC1
Fix Version/s: 2.2.1-RC2

Time Tracking:
Not Specified

Labels:
User impact: Medium
Similar Issues:


 Description  « Hide
Cosntructions like:

<sftp:connector name="sftpConnector"
<file:expression-filename-parser/>
</sftp:connector>

or

<sftp:connector name="sftpConnector"
<file:custom-filename-parser class="..."/>
</sftp:connector>

doesn't work.

Meaning we currently are stuck with the default legacy-filename-parser.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Magnus Larsson added a comment - 09/Dec/09 03:51 PM
Fixed minor issue with xml schema construction in mule-sftp.xsd and added a new testcase, SftpExpressionFilenameParserTestCase.java