Re: Character encoding problems using jsp:include with jsp:param in Tomcat 8.5 only.

2018-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thorsten, On 11/27/18 04:48, Thorsten Schöning wrote: > Guten Tag Christopher Schultz, am Montag, 26. November 2018 um > 16:07 schrieben Sie: > >> web.xml - --- >> UTF-8 >> > > Tested that with Tomcat 9 and this setting fixed my problem th

Re: Character encoding problems using jsp:include with jsp:param in Tomcat 8.5 only.

2018-11-27 Thread Thorsten Schöning
Guten Tag Christopher Schultz, am Montag, 26. November 2018 um 16:07 schrieben Sie: > web.xml > - --- > > UTF-8 > Tested that with Tomcat 9 and this setting fixed my problem the same as using SetCharacterEncodingFilter. It doesn't work in Tomcat 8.5, I guess because that simply doesn't im

Re: Character encoding problems using jsp:include with jsp:param in Tomcat 8.5 only.

2018-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thorsten, On 11/26/18 08:45, Thorsten Schöning wrote: > Hi all, > > I'm currently testing migration of a legacy web app from Tomcat 7 > to 8 to 8.5 and ran into problems regarding character encoding in > 8.5 only. That app uses JSP pages and declar

Character encoding problems using jsp:include with jsp:param in Tomcat 8.5 only.

2018-11-26 Thread Thorsten Schöning
Hi all, I'm currently testing migration of a legacy web app from Tomcat 7 to 8 to 8.5 and ran into problems regarding character encoding in 8.5 only. That app uses JSP pages and declares all of those to be stored in UTF-8, does really do so :-), and declares a HTTP-Content type of "text/html; char