Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/RequestProcessingLifecycle.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ __language[{-|\_}country[{-|_}variant]]__ without the colons, for example
’ ___ ’.

To facilitate BCP 47 support, the Locale
parsing mentioned above is done only if the JDK Locale.languageForTag
parsing mentioned above is done only if the JDK Locale.forLanguageTag
method does not return a Locale with a language in it. The additional
format of the Locale string is as specified by that method.

Expand Down