resource caching is not working for localized package resources
---------------------------------------------------------------

                 Key: WICKET-3848
                 URL: https://issues.apache.org/jira/browse/WICKET-3848
             Project: Wicket
          Issue Type: Bug
          Components: wicket-core
    Affects Versions: 1.5-RC5.1
            Reporter: Peter Ertl
            Assignee: Peter Ertl


Resource caching is not caching the localized version of package resources. 
When using url attributes to locate localized versions of a package resource 
the resource caching is not taking care of that.

For example

   beer.gif?en_US  (-> refer to English version of beer image)

and 

  beer.gif?de_DE (-> refer to German version of beer image)

will be cached as

  beer.gif (-> refers to neutral version)



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to