Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 16147 invoked from network); 19 May 2005 21:15:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 May 2005 21:15:41 -0000 Received: (qmail 55938 invoked by uid 500); 19 May 2005 20:48:27 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 55790 invoked by uid 500); 19 May 2005 20:48:25 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 55654 invoked by uid 99); 19 May 2005 20:48:25 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DATE_IN_PAST_06_12,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 19 May 2005 13:48:07 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 78A1C315; Thu, 19 May 2005 15:45:28 +0200 (CEST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 34970] New: - external rewriting program can confuse mod_rewrite X-Bugzilla-Reason: AssignedTo Message-Id: <20050519134528.78A1C315@ajax.apache.org> Date: Thu, 19 May 2005 15:45:28 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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