You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by bu...@apache.org on 2013/12/04 20:42:24 UTC

[Bug 55845] New: Unnecessary debug message logged as "internal error"

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-apache@bovine.net
                CC: mxmanghi@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-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


[Bug 55845] Unnecessary debug message logged as "internal error"

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55845

Massimo Manghi <mx...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Massimo Manghi <mx...@apache.org> ---
line commented out from the code in trunk

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org