[
https://issues.apache.org/jira/browse/WICKET-5967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Dashorst updated WICKET-5967:
-------------------------------------
Description:
Wicket doesn't locate i18n minified resources from the class path correctly.
When style, variation, i18n and minification come into play, Wicket doesn't
find the correct styled, variationed, i18n and minified file.
Due to a combination of bugs and some changes we haven't yet discerned,
Wicket 7.0.0 fails to load a JavaScript file (to be exact:
wicket/resource/org.odlabs.wiquery.ui.datepicker.DatePickerLanguageResourceReference/i18n/jquery.ui.datepicker-nl-ver-1438239140000.js)
This issue is one of those bugs, which is present in 6.x but doesn't surface
there for a yet unknown reason.
was:
Wicket doesn't locate i18n minified resources from the class path correctly.
When a localization and minification come into play, Wicket only finds the
root, minified resource instead of the localized, minified version.
E.g. when you want b_nl.min.js (which is on the class path), Wicket will
resolve b.min.js instead.
Due to a combination of bugs and some changes we haven't yet discerned,
Wicket 7.0.0 fails to load a JavaScript file (to be exact:
wicket/resource/org.odlabs.wiquery.ui.datepicker.DatePickerLanguageResourceReference/i18n/jquery.ui.datepicker-nl-ver-1438239140000.js)
This issue is one of those bugs, which is present in 6.x but doesn't surface
there for a yet unknown reason.
> Unable to load i18n minified js
> -------------------------------
>
> Key: WICKET-5967
> URL: https://issues.apache.org/jira/browse/WICKET-5967
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 6.20.0, 7.0.0
> Reporter: Martijn Dashorst
> Fix For: 6.21.0, 7.1.0
>
>
> Wicket doesn't locate i18n minified resources from the class path correctly.
> When style, variation, i18n and minification come into play, Wicket doesn't
> find the correct styled, variationed, i18n and minified file.
> Due to a combination of bugs and some changes we haven't yet discerned,
> Wicket 7.0.0 fails to load a JavaScript file (to be exact:
> wicket/resource/org.odlabs.wiquery.ui.datepicker.DatePickerLanguageResourceReference/i18n/jquery.ui.datepicker-nl-ver-1438239140000.js)
> This issue is one of those bugs, which is present in 6.x but doesn't surface
> there for a yet unknown reason.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)