From a9c9cc0d47aa82e0a361073ed1d03b21cd365aba Mon Sep 17 00:00:00 2001 From: areq Date: Thu, 8 Aug 2002 10:28:45 +0000 Subject: [PATCH] Outdated Changed files: pound-getregexp.patch -> 1.2 --- pound-getregexp.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 pound-getregexp.patch diff --git a/pound-getregexp.patch b/pound-getregexp.patch deleted file mode 100644 index abced6c..0000000 --- a/pound-getregexp.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- pound.c.org Tue Jul 23 05:11:27 2002 -+++ pound.c Tue Jul 23 14:19:28 2002 -@@ -168,12 +168,12 @@ - config_parse(argc, argv); - - /* prepare regular expressions */ -- if(regcomp(&GET, "^GET ([A-Za-z0-9/._$?&=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) -- || regcomp(&POST, "^POST ([A-Za-z0-9/._$?&=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) -- || regcomp(&HEAD, "^HEAD ([A-Za-z0-9/._$?&=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) -- || regcomp(&PUT, "^PUT ([A-Za-z0-9/._$?&=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) -+ if(regcomp(&GET, "^GET ([A-Za-z0-9/._$?&;=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) -+ || regcomp(&POST, "^POST ([A-Za-z0-9/._$?&;=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) -+ || regcomp(&HEAD, "^HEAD ([A-Za-z0-9/._$?&;=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) -+ || regcomp(&PUT, "^PUT ([A-Za-z0-9/._$?&;=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) - || regcomp(&DELETE, "^DELETE ([A-Za-z0-9/._$?&=%+:-]+) HTTP/1.[01]$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) - || regcomp(&HEADER, "^[A-Za-z][A-Za-z0-9-]*:.*$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) - || regcomp(&CHUNKED, "^Transfer-encoding: chunked$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) -- 2.44.0