parent
2c982a4168
commit
96d85ad2b5
|
@ -90,7 +90,7 @@ public final class HttpsRedirectWebFilter implements WebFilter {
|
|||
this.requiresHttpsRedirectMatcher = requiresHttpsRedirectMatcher;
|
||||
}
|
||||
|
||||
private Boolean isInsecure(ServerWebExchange exchange) {
|
||||
private boolean isInsecure(ServerWebExchange exchange) {
|
||||
return !"https".equals(exchange.getRequest().getURI().getScheme());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue