https://issues.apache.org/bugzilla/show_bug.cgi?id=55845
Bug ID: 55845 Summary: Unnecessary debug message logged as "internal error" Product: Rivet Version: trunk Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: mod_rivet Assignee: rivet-dev@tcl.apache.org Reporter: jlawson-apa...@bovine.net CC: mxman...@apache.org in ApacheRequest___parse() of src/apache-2/apache_request.c there is this fragment of code: if ((r->method_number == M_POST) && ct && strncaseEQ(ct, MULTIPART_ENCTYPE, MULTIPART_ENCTYPE_LENGTH)) { ap_log_rerror(REQ_INFO, "content-type: `%s'", ct); result = ApacheRequest_parse_multipart(req,ct); } That results in a noisy log message that is falsely labelled "Internal error", which unnecessarily causes concern for the user. [Wed Nov 27 07:58:17 2013] [info] [client 70.42.6.154] (20014)Internal error: content-type: `multipart/form-data', referer: http://flightaware.com/live/flight/VAU1 I propose removing the ap_log_rerror line entirely. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org For additional commands, e-mail: rivet-dev-h...@tcl.apache.org