我的 google-app-engine.xml 中的资源/静态配置...
<resource-files>
<include path="/data/**" />
</resource-files>
<static-files>
<include path="/images/**" />
<include path="/bootstrap/**" />
<include path="/views/error/*.html" />
<include path="/favicon.ico" />
</static-files>
通过使用http://localhost:8080/views/SetNewPassword.jsp
我可以直接访问JSP。以我目前的配置,这不应该被隐藏吗?
(将 Maven 设置与本地测试/开发服务器一起用于谷歌应用引擎)