Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1
-
None
Description
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.