You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/01/27 20:17:13 UTC

[jira] [Resolved] (WW-3886) Content-Language in response does not uses the language setup in ActionContext

     [ https://issues.apache.org/jira/browse/WW-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart resolved WW-3886.
-------------------------------

    Resolution: Not A Problem
      Assignee: Lukasz Lenart

Please re-open if disagree
                
> Content-Language in response does not uses the language setup in ActionContext
> ------------------------------------------------------------------------------
>
>                 Key: WW-3886
>                 URL: https://issues.apache.org/jira/browse/WW-3886
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.2.3
>            Reporter: Jose L Martinez-Avial
>            Assignee: Lukasz Lenart
>            Priority: Minor
>             Fix For: 2.3.9
>
>
> I've setup the property "struts.locale" with value "es_ES", for Spanish. But my application is multilanguage, so I setup the locale in the request using an interceptor:
> {code:title=MyInterceptor.java|borderStyle=solid}
> public String intercept(ActionInvocation invocation) throws Exception {
> [...]
> <get locale for the user>
> [...]
> invocation.getInvocationContext().setLocale(userLocale);
> return invocation.invoke();
> }
> {code}
> The action and the JSPs(I'm using Tiles), correctly use the locale I set(so the response has the body in the correct language), but the header content-language is returning always "es_ES", no matter the locale I put in the invocation context.
> The issue seems to be related to org.apache.struts2.dispatcher.Dispatcher, where the method prepare only takes into account the default locale or the locale in the request, but not the locale that can be setup on the ActionContext by the application.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira