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

Bernd Eckenfels commented on VFS-503:
-------------------------------------

Missed this patch. The patch needs to be updated to use the correct code style 
and we need a unit test to verify it. I am not so sure about the 
super.equals+getClass but I guess its at least correctly working.

The sample code uses the query parameter with two URLs and the HttpFilesystem 
provider. I guess its a valid usecase (not so sure if the query parameters work 
very well for navigation operations, but since they are limited in that 
filesystem anyway, nobody might notice).

> 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)

Reply via email to