【发布时间】:2012-02-14 07:23:58
【问题描述】:
我试图通过在我的部署描述符中编写以下代码来使脚本无效 但仍然在执行小脚本。
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<scripting-invalid>false</scripting-invalid>
<el-ignored>true</el-ignored>
</jsp-property-group>
</jsp-config>
【问题讨论】:
-
scriptlet 在缓存中仍在执行...清除您的 tomcat 缓存并重新启动 tomcat..
标签: jsp jsp-tags web.xml scriptlet