[
https://issues.apache.org/jira/browse/MSITE-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MSITE-959.
--------------------------------
Resolution: Fixed
Fixed with
[aee2c9727262bbc52206bf208d5c429cffc14bcf|https://gitbox.apache.org/repos/asf?p=maven-site-plugin.git;a=commit;h=aee2c9727262bbc52206bf208d5c429cffc14bcf].
> Incorrect assumption of default locale
> --------------------------------------
>
> Key: MSITE-959
> URL: https://issues.apache.org/jira/browse/MSITE-959
> Project: Maven Site Plugin
> Issue Type: Bug
> Components: localization
> Affects Versions: 4.0.0-M7
> Reporter: Michael Osipov
> Assignee: Michael Osipov
> Priority: Major
> Fix For: 4.0.0-M8
>
>
> During MCHECKSTYLE-432 it was discovered that an incorrect locale is assumed
> since it retrieved {{getLocales().get(0)}}. This assumption is wrong because
> we cannot expect that {{<locales/>}} contains {{default}} at the 0th
> position. So we need, as everywhere else, compare with
> {{SiteTool#DEFAULT_LOCALE}},
--
This message was sent by Atlassian Jira
(v8.20.10#820010)