[DS-3819] Revert back to 401 status and move login URL to WWW-Authenticate header

This commit is contained in:
Tom Desair
2018-03-01 10:41:28 +01:00
parent 93549cab24
commit 55f5571e1d
9 changed files with 48 additions and 15 deletions

View File

@@ -276,4 +276,9 @@ public class IPAuthentication implements AuthenticationMethod {
HttpServletResponse response) {
return null;
}
@Override
public String getName() {
return "ip";
}
}