JasperException: illegal to have multiple occurrences of 'contentType with different values

org.apache.jasper.JasperException: /WEB-INF/jsp/included/_core.jsp (line: [1], column: [2]) Page directive: illegal to have multiple occurrences of 'contentType' with different values (old: [text/html;charset=UTF-8], new: [text/html; charset=UTF-8])

 

<%@include file="/WEB-INF/jsp/included/_core.jsp"%>

include之后出现不同的contentType值就会报这个错误。idea直接创建jsp页page指令中contentType值默认是不带空格的

text/html;charset=UTF-8

猜你喜欢

转载自blog.csdn.net/u014698745/article/details/105974350