You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Menuka Singappuli Hewage (Jira)" <ji...@apache.org> on 2020/06/11 03:59:00 UTC

[jira] [Created] (VFS-774) There are missing dependecies on UrlFileObject

Menuka Singappuli Hewage created VFS-774:
--------------------------------------------

             Summary: There are missing dependecies on UrlFileObject
                 Key: VFS-774
                 URL: https://issues.apache.org/jira/browse/VFS-774
             Project: Commons VFS
          Issue Type: Improvement
    Affects Versions: 2.6.0
            Reporter: Menuka Singappuli Hewage


When I read through the codebase, I noticed that UrlFileObject class has missing dependencies.

class:

UrlFileObject

import org.apache.commons.httpclient.URIException;

 

class: URLFileName class:

import org.apache.commons.httpclient.URIException;
import org.apache.commons.httpclient.util.URIUtil;

 

I think httpclient needs to be upgraded.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)