Kalle Korhonen created TAP5-1935:
------------------------------------

             Summary: ContextResource uses a deprecated File.toURL
                 Key: TAP5-1935
                 URL: https://issues.apache.org/jira/browse/TAP5-1935
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3.3
            Reporter: Kalle Korhonen


This causes issues whenever a file has a hash character ('#') in the name since 
everything after that it is interpreted as an anchor and included in the path 
used in URL.openStream(). Use file.toURI().toURL() instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to