You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2013/12/19 21:01:07 UTC

[jira] [Commented] (CONNECTORS-814) FileSystem output connector does not properly handle case where a path and a file collide

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

Karl Wright commented on CONNECTORS-814:
----------------------------------------

Unable to spend any time researching wget behavior, so it is unclear how to proceed with this ticket.


> 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.4#6159)