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 2020/11/30 06:19:00 UTC

[jira] [Commented] (WW-5100) incorrect content-type behavior after upgrading to struts 2.5.*

    [ https://issues.apache.org/jira/browse/WW-5100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17240499#comment-17240499 ] 

Lukasz Lenart commented on WW-5100:
-----------------------------------

Could you provide more information? Struts 2 is a Java based framework not a JavaScript framework and it doesn't use {{application/script}} (which seems to be a bad type) Content Type.

Can you post what plugins do you use? What filters do you use in {{web.xml}}? Can you share your {{struts.xml}} config?

And it would be better to use User Mailing List for such questions
https://struts.apache.org/mail.html

> incorrect content-type behavior after upgrading to struts 2.5.*
> ---------------------------------------------------------------
>
>                 Key: WW-5100
>                 URL: https://issues.apache.org/jira/browse/WW-5100
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.5.22
>         Environment: Windows
>            Reporter: xue
>            Priority: Blocker
>              Labels: features
>
> 1. After upgrading from struts 2.3.* to struts 2.5.22, the content-type header of the response will changed to "application/script;charset=charset=ISO-8859-1" which was "application/script" in struts 2.3.4.
> Which caused our application failed, as it should be default as UTF-8. 
> 2. When specifying the charset in Content-type with struts filer, the Content-Type is change to "application/script;charset=charset=UTF-8", but UTF-8 encoded file can still not be loaded correctly. 
> It is blocker issue, which fails our application after upgrading.
> Please help to explain and provide solution, thanks, 
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)