您可以将错误页面绑定添加到HttpSessionRequiredException,它将重定向到应用程序中的第一页
例:
web.xml中
<web-app>
<error-page>
<exception-type>org.springframework.web.HttpSessionRequiredException</exception-type>
<location>/index.jsp</location>
</error-page>
</web-app>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
12093 次 |
| 最近记录: |