前言 以往的javaEE增加Filter是在web.xml中配置,然而spring-boot中很明显不能这样实现,那怎么办呢?看完下面的教程,答案自然知道了。 开源地址:https://github.com/bigbeef 个人博客:http://blog.cppba.com 前言 传统的javaE Read More
posted @ 2019-04-19 19:33 AriLee Views(228) Comments(0) Diggs(0) Edit
HtmlUrlFilter: XSSFilter: 以上两个过滤器都可以实现针对标签HTML转义的功能,具体在使用中可以选择使用,测试如下: 测试结果: 新spring-boot 增加Filter方法: 启动类中增加:@ServletComponentScan注解 Read More
posted @ 2019-04-19 19:26 AriLee Views(3295) Comments(0) Diggs(0) Edit