You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Hiranya Jayathilaka (JIRA)" <ji...@apache.org> on 2013/07/20 05:10:48 UTC

[jira] [Commented] (SYNAPSE-872) Parameters added to a VFS endpoint are added to the reply file name also

    [ https://issues.apache.org/jira/browse/SYNAPSE-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13714316#comment-13714316 ] 

Hiranya Jayathilaka commented on SYNAPSE-872:
---------------------------------------------

Thanks Amila for pointing out the regression. I've reverted the fix. Looking forward to the new and improved patch.
                
> 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
>            Assignee: Hiranya Jayathilaka
>             Fix For: FUTURE
>
>         Attachments: synapse-vfs.patch
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org