Nicolas Le Bas created TREQ-15:
----------------------------------

             Summary: URLApplicationResource(String path, Locale locale, URL 
url) shouldn't transform the URL of the resource when it can't parse it
                 Key: TREQ-15
                 URL: https://issues.apache.org/jira/browse/TREQ-15
             Project: Tiles Request
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Nicolas Le Bas


{{URLApplicationResource(String path, Locale locale, URL url)}} builds an 
ApplicationResource named after ''path'' + ''locale'' suffix, located at 
''url''.

It transforms URLs with the file: protocol, which is correct; however, it 
should not transform it in the general case, since it might not understand it 
(see {{URLApplicationResource(String localePath, URL url)}} for a working 
example.

--
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