This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new f7a2e45 Updates stage by Jenkins
f7a2e45 is described below
commit f7a2e45cb4c4000dba199a28c86e20871f483bd3
Author: jenkins <[email protected]>
AuthorDate: Sat Nov 28 09:57:29 2020 +0000
Updates stage by Jenkins
---
content/core-developers/i18n-interceptor.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/core-developers/i18n-interceptor.html
b/content/core-developers/i18n-interceptor.html
index b1d81b3..53a1c7f 100644
--- a/content/core-developers/i18n-interceptor.html
+++ b/content/core-developers/i18n-interceptor.html
@@ -162,7 +162,8 @@ for the current request only, without saving it in the
session. By default this
by default this is <code class="highlighter-rouge">session</code>.</li>
<li><code class="highlighter-rouge">supportedLocale</code> (optional) - a
set of comma separated locale supported by the application, once <code
class="highlighter-rouge">storage</code> is set
to <code class="highlighter-rouge">accept_language</code>, interceptor will
try to match <code class="highlighter-rouge">supportedLocale</code> with locale
provided in <code class="highlighter-rouge">Accept-Language</code> header.
-(since Struts 2.6).</li>
+Also in case of using <code class="highlighter-rouge">session</code> or <code
class="highlighter-rouge">cookie</code>, interceptor will try to first match
with <code class="highlighter-rouge">Accept-Language</code> header
+once <code class="highlighter-rouge">supportedLocale</code> has been defined.
Since Struts 2.6.</li>
</ul>
<h2 id="examples">Examples</h2>