summaryrefslogtreecommitdiffstats
path: root/auth_mellon_handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth_mellon_handler.c')
-rw-r--r--auth_mellon_handler.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/auth_mellon_handler.c b/auth_mellon_handler.c
index c0054a0..9e9fbc3 100644
--- a/auth_mellon_handler.c
+++ b/auth_mellon_handler.c
@@ -3022,10 +3022,6 @@ int am_handler(request_rec *r)
return am_handle_artifact_reply(r);
} else if(!strcmp(endpoint, "auth")) {
return am_handle_auth(r);
- } else if(!strcmp(endpoint, "metadata")) {
- return OK;
- } else if(!strcmp(endpoint, "repost")) {
- return OK;
} else if(!strcmp(endpoint, "logout")
|| !strcmp(endpoint, "logoutRequest")) {
/* logoutRequest is included for backwards-compatibility