You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/05/19 15:45:28 UTC

DO NOT REPLY [Bug 34970] New: - external rewriting program can confuse mod_rewrite

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34970>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34970

           Summary: external rewriting program can confuse mod_rewrite
           Product: Apache httpd-1.3
           Version: 1.3.31
          Platform: All
        OS/Version: AIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_rewrite
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: heinrich.mislik@univie.ac.at


When an external rewriting program (MapType: prg) returns a line longer then 
LONG_STRING_LEN (2048), mod_rewrite fails to read the whole line. The rest of the
line will be read with the next request. Symptoms are the same as for bug 14453.

As a workaround the external rewriting program should not return such lines.

As a bugfix mod_rewrite should read and discard the rest of the line and return
NULL.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org