Karl Wright created CONNECTORS-814:
--------------------------------------

             Summary: FileSystem output connector does not properly handle case 
where a path and a file collide
                 Key: CONNECTORS-814
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-814
             Project: ManifoldCF
          Issue Type: Bug
          Components: File system connector
    Affects Versions: ManifoldCF 1.4.1
            Reporter: Karl Wright
            Assignee: Karl Wright
             Fix For: ManifoldCF 1.5


Let's say the website defines a URL like this:

http://mysite/news

That URI actually gets mapped to a file on the web server, say 
http://mysite/news/index.html, but the http://mysite/news URI does exist and 
gets sent as the documentURI to addOrReplaceDocument().

MCF's FileSystem connector gets the http://mysite/news URL and creates a 
directory for saving that content that looks like this http/mysite/news, where 
news is a file.

But then if the site also defines a URL like this 
http://mysite/news/local/today.html, MCF's FileSystem connector fails trying to 
create the directory http/mysite/news/local because part of it, 
http/mysite/news, already exists as a file.




--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to