You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bernd Eckenfels (JIRA)" <ji...@apache.org> on 2015/08/19 10:18:45 UTC

[jira] [Updated] (VFS-503) Equals on URLFileName should use the complete URL

     [ https://issues.apache.org/jira/browse/VFS-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Eckenfels updated VFS-503:
--------------------------------
    Labels: patch  (was: )

> Equals on URLFileName should use the complete URL
> -------------------------------------------------
>
>                 Key: VFS-503
>                 URL: https://issues.apache.org/jira/browse/VFS-503
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Dominique Jean-Prost
>            Priority: Critical
>              Labels: patch
>         Attachments: patch.txt, test-vfs.zip
>
>
> Hello,
> When using http url that uses query parameters, the method resolveFile doesn not work correctly.
> Problem is caused by the fact that equals on org.apache.commons.vfs2.provider.URLFileName does not use the query string.
> The consequence of this bug is that if you use 2 FileObject that use 2 differents URLS, that denote 2 different contents, you would use twice the same content when using copyForm for instance (see attached maven project)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)