Character encoding JSP -displayed wrong in JSP but not in URL: “á » á é » é”

后端 未结 10 1763
忘掉有多难
忘掉有多难 2020-12-03 08:24

I have this Web Application in JSP running on JBoss Application Server. I am using Servlets for friendly urls. I\'m sending search parameters through my JSP\'s and Servlets.

10条回答
  •  借酒劲吻你
    2020-12-03 08:56

    Do you use RequestDumper? If it is configured in deploy/jboss-web.deployer/server.xml then try to remove it and then test your encoding.

提交回复
热议问题