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 2014/09/18 23:22:34 UTC

[jira] [Created] (CONNECTORS-1039) DocumentFilter should use URI path to find extension

Karl Wright created CONNECTORS-1039:
---------------------------------------

             Summary: DocumentFilter should use URI path to find extension
                 Key: CONNECTORS-1039
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1039
             Project: ManifoldCF
          Issue Type: Bug
    Affects Versions: ManifoldCF 1.7
            Reporter: Karl Wright
            Assignee: Karl Wright
             Fix For: Manifold 1.7.1


The DocumentFilter transformer uses FilenameUtils.getExtension(url) to find the extension of the document.  It should do the following:

FilenameUtils.getExtension(new java.net.URI(url).getPath())





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)