From 92b0c4922f91ba9e64390221cec9b8ebf48c5c13 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 13 Feb 2007 13:59:24 +0000 Subject: [PATCH] Remove redundant log message. --- urlmatch.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/urlmatch.c b/urlmatch.c index 2f392588..8bb8e267 100644 --- a/urlmatch.c +++ b/urlmatch.c @@ -1,4 +1,4 @@ -const char urlmatch_rcs[] = "$Id: urlmatch.c,v 1.14 2007/01/06 14:23:56 fabiankeil Exp $"; +const char urlmatch_rcs[] = "$Id: urlmatch.c,v 1.15 2007/01/28 16:11:23 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/urlmatch.c,v $ @@ -33,6 +33,10 @@ const char urlmatch_rcs[] = "$Id: urlmatch.c,v 1.14 2007/01/06 14:23:56 fabianke * * Revisions : * $Log: urlmatch.c,v $ + * Revision 1.15 2007/01/28 16:11:23 fabiankeil + * Accept WebDAV methods for subversion + * in parse_http_request(). Closes FR 1581425. + * * Revision 1.14 2007/01/06 14:23:56 fabiankeil * Fix gcc43 warnings. Mark *csp as immutable * for parse_http_url() and url_match(). @@ -489,7 +493,6 @@ jb_err parse_http_request(const char *req, n = ssplit(buf, " \r\n", v, SZ(v), 1, 1); if (n != 3) { - log_error(LOG_LEVEL_ERROR, "Trouble ssplitting: %s", buf); free(buf); return JB_ERR_PARSE; } -- 2.39.2