From 7649cdd07fb6a54b190c8d0ef067c7af014c6c7d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 16 Oct 2012 15:19:27 +0200 Subject: [PATCH] UCW::CGI: Announce supported methods correctly --- ucw/perl/UCW/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/perl/UCW/CGI.pm b/ucw/perl/UCW/CGI.pm index d2468b8f..afb3c76f 100644 --- a/ucw/perl/UCW/CGI.pm +++ b/ucw/perl/UCW/CGI.pm @@ -191,7 +191,7 @@ sub init_args() { exit; } } else { - http_error "405 Method Not Allowed", "Allow: GET, HEAD, PUT"; + http_error "405 Method Not Allowed", "Allow: GET, HEAD, POST"; } } -- 2.39.2