Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
39e0023a5f
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ public enum SslRequired {
|
|||
EXTERNAL,
|
||||
NONE;
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public boolean isRequired(ClientConnection connection) {
|
||||
return isRequired(connection.getRemoteAddr());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue