- 博客(2)
- 收藏
- 关注
原创 SpringMVC cookie设置Secure
SpringMVC cookie设置Secure Secure设置为true那么cookie就只能https协议发送给服务器。 新建Filter,用来添加Secure。 public class CookieHttpOnlyFilter implements Filter 重写doFilter方法 public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOEx
2020-12-04 13:44:47
1684
原创 tomcat 400错误跳转自定义页面
tomcat 400错误跳转自定义页面 springMVC在web.xml设置可以拦截404,500等错误跳转到自定义页面,但是无法拦截400错误。 <error-page> <error-code>404</error-code> <location>./404.jsp</location> </error-page> <error-page> <error-code>500</error-cod
2020-12-04 11:44:01
6047
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅