2
I have the same application on Tomcat 7 and in the Tomcat 8, only in the Tomcat 8 is a problem, I’m src of an image but in the image files it has an "not found" error accentuation, it follows images:
file name: FAVORITOS-MENU - SEM SELEÇÃO_e86aff0a5ad040e3b0232a075079dd46.png
if I change SELE%C7%C3O
for SELEÇÃO
direct link works normally...
and remembering in the Tomcat 7 works normally!
I Solve this, I had to put "Uriencoding="ISO-8859-1"" on conf/server.xml, contrary to what I found in tutorials that Spoke to put "UTF-8".
– Alisson Diel