Re: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-23 Thread tomcat/perl
On 22.01.2020 10:26, Lmhelp1 wrote: Hello Chris and all, Sorry for my late answer. Thank you for the link you suggested me to read. Adding the element: UTF-8 to "web.xml" solved my problem. Glad to hear that. From an absolute point of view, this is of course again a "patch". But as Chris poin

Re: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-22 Thread Lmhelp1
Hello Chris and all, Sorry for my late answer. Thank you for the link you suggested me to read. Adding the element: UTF-8 to "web.xml" solved my problem. Best regards, -- Léa On 17/01/2020 3:17 PM, Christopher Schultz wrote: Your filter changes the encoding of both the request AND the respons

Re: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Léa, On 1/17/20 8:48 AM, Lmhelp1 wrote: > Hello, > > Thank you for your answer. > > So, I removed the filter from "web.xml". > > Now, some characters with diacritics are rendered properly (for > example constant strings like menu entries: "Présen

Re: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-17 Thread Lmhelp1
Hello, Thank you for your answer. So, I removed the filter from "web.xml". Now, some characters with diacritics are rendered properly (for example constant strings like menu entries: "Présentation"). But I created a new user "Léa": I entered "Léa" in a input type text HTML element and submi

Re: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-17 Thread tomcat/perl
On 17.01.2020 04:15, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Léa, On 1/16/20 9:33 AM, Lmhelp1 wrote: Hello, Thank you for your answers. I changed /* to *.jsp I also un-commented the line: servletResponse.setContentType("text/html; charset=" + Finals.S_CHARS

Re: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Léa, On 1/16/20 9:33 AM, Lmhelp1 wrote: > Hello, > > Thank you for your answers. > > I changed /* to > *.jsp I also un-commented the line: > servletResponse.setContentType("text/html; charset=" + > Finals.S_CHARSET); > > It looks like the proble

Re: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-16 Thread Lmhelp1
Hello, Thank you for your answers. I changed /* to *.jsp I also un-commented the line: servletResponse.setContentType("text/html; charset=" + Finals.S_CHARSET); It looks like the problem is solved. > André Warnier wrote: > As another way of avoiding that problem, you may also want to change i