Amila Maharachchi created SYNAPSE-872:
-----------------------------------------
Summary: Parameters added to a VFS endpoint are added to the reply
file name also
Key: SYNAPSE-872
URL: https://issues.apache.org/jira/browse/SYNAPSE-872
Project: Synapse
Issue Type: Bug
Components: Transports
Affects Versions: 2.1
Reporter: Amila Maharachchi
Fix For: FUTURE
If we want to write to a file and we want to append to that file, VFS endpoint
will look like below.
<address
uri="vfs:file:///home/amila/test/out/response.xml?transport.vfs.Append=true" />
Append works only when the parameter is added as shown above. But then, the
response file name becomes "response.xml?transport.vfs.Append=true". This is
because the parameters being not considered when getting the file path.
I will attach a patch for this.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]