You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Joerg Schaible (JIRA)" <ji...@apache.org> on 2008/01/28 11:15:35 UTC

[jira] Closed: (VFS-195) Unable to get Zip file URL working on Windows machine

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

Joerg Schaible closed VFS-195.
------------------------------

    Resolution: Fixed

As long as you don't provide a proper URI, there's nothing what VFS can do about. It will definitely not support invalid URIs by guessing what the caller might had in mind. Please ask on the user's list for help, JIRA is not the proper place for this.

> Unable to get Zip file URL working on Windows machine
> -----------------------------------------------------
>
>                 Key: VFS-195
>                 URL: https://issues.apache.org/jira/browse/VFS-195
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Rajiv Kumar
>
> Could not get the Zip file URL working on Windows machine?  Tried following formats.
> zip:file:/C:/Temp/source/test.zip   --- Invalid Absolute URI
> zip:file:/C:/Temp/source/test.zip!  --- Invalid Absolute URI
> zip:file://C:/Temp/source/test.zip   --- Invalid Absolute URI
> zip:file:/C:/Temp/source/test.zip!   -- Invalid Absolute URI
> zip://file:/C:/Temp/source/test.zip  -- org.apache.commons.vfs.FileSystemException: Could not copy  because it does not exist.  
> zip:///C:/Temp/source/test.zip! - Could not copy  because it does not exist. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.