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