https://issues.apache.org/bugzilla/show_bug.cgi?id=46110
Summary: maybe creates bogus rewritelog
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: mod_rewrite
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
mod_rewrite.c line 4681 (of r683284 (
https://svn.apache.org/viewcvs.cgi?view=rev&rev=683284 ))
rewritelog((r, 2, "init rewrite engine with requested uri %s",
r->filename));
The third argument of do_rewritelog is not fmt but perdir.
I don't know when r->filename is NULL, so I haven't reproduced the bug,
but this obviously creates a bogus rewritelog.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]