Browse Source

Merge branch '2.6.x' into 2.7.x

pull/29177/head
Phillip Webb 4 years ago
parent
commit
1015df088d
  1. 1
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/filter/ErrorPageSecurityFilter.java

1
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/filter/ErrorPageSecurityFilter.java

@ -57,7 +57,6 @@ public class ErrorPageSecurityFilter implements Filter { @@ -57,7 +57,6 @@ public class ErrorPageSecurityFilter implements Filter {
@Override
public void init(FilterConfig filterConfig) throws ServletException {
// Intentionally blank
}
@Override

Loading…
Cancel
Save