org.apache.jasper.JasperException
错误:Page-encoding specified in XML prolog (UTF-8) is different from that specified in page directive (utf-8)
特别奇怪的错误:
原因是 因为你的页面的 page-encoding:
跟你的 web.xml 中的
这个 UTF-8 不一致导致的!!
改成统一的就好
转载于:https://my.oschina.net/960823/blog/1480530