You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2016/08/18 15:04:20 UTC

[jira] [Closed] (COCOON-2351) ContextSourceFactory calculates the path incorrectly when removing the protocol part

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

Francesco Chicchiriccò closed COCOON-2351.
------------------------------------------
    Resolution: Fixed

Patch applied, thanks for reporting!

http://svn.apache.org/viewvc?rev=1756805&view=rev


> ContextSourceFactory calculates the path incorrectly when removing the protocol part
> ------------------------------------------------------------------------------------
>
>                 Key: COCOON-2351
>                 URL: https://issues.apache.org/jira/browse/COCOON-2351
>             Project: Cocoon
>          Issue Type: Bug
>          Components: * Cocoon Core
>    Affects Versions: 2.1.12
>            Reporter: Johan Sjöberg
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>             Fix For: 2.1.13
>
>         Attachments: cocoon-2351.patch
>
>
> On line 96 in  org.apache.cocoon.components.source.impl.ContextSourceFactory the removal of protocol and the first '/' leaves two slashes in the path. It should be:
> final String path = location.substring(pos+2);
> This probably worked on older servlet engines but fails at least on Jetty newer than 8.1.11 and 9.0.6 when indexing into paths like context://foo.bar which results in a call to ServletContext.getRealPath("//foo.bar")



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