[mod_dirlisting] dirlist does not handle POST

personal/stbuehler/mod-csrf-old
Glenn Strauss 7 years ago
parent 27f85dbdf4
commit 09a663b95b

@ -921,10 +921,9 @@ URIHANDLER_FUNC(mod_dirlisting_subrequest) {
UNUSED(srv);
/* we only handle GET, POST and HEAD */
/* we only handle GET and HEAD */
switch(con->request.http_method) {
case HTTP_METHOD_GET:
case HTTP_METHOD_POST:
case HTTP_METHOD_HEAD:
break;
default:

Loading…
Cancel
Save