mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 20:13:17 +00:00
[DS-3819] Revert back to 401 status and move login URL to WWW-Authenticate header
This commit is contained in:
@@ -276,4 +276,9 @@ public class IPAuthentication implements AuthenticationMethod {
|
||||
HttpServletResponse response) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "ip";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user