Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 90008 invoked from network); 17 Sep 2003 18:54:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Sep 2003 18:54:46 -0000 Received: (qmail 19275 invoked by uid 500); 17 Sep 2003 18:54:34 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 19236 invoked by uid 500); 17 Sep 2003 18:54:34 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 19217 invoked from network); 17 Sep 2003 18:54:33 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 17 Sep 2003 18:54:33 -0000 Received: (qmail 16299 invoked by uid 50); 17 Sep 2003 18:57:33 -0000 Date: 17 Sep 2003 18:57:33 -0000 Message-ID: <20030917185733.16298.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 23223] New: - mod_header corrupted value when dealing with multiline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.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://nagoya.apache.org/bugzilla/show_bug.cgi?id=23223 mod_header corrupted value when dealing with multiline Summary: mod_header corrupted value when dealing with multiline Product: Apache httpd-2.0 Version: 2.0.47 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: mod_headers AssignedTo: bugs@httpd.apache.org ReportedBy: ianh@hubspan.com -Was attempting to capture the SSL_CLIENT_CERT env var exported by mod_ssl and set its value in a HTTP header called 'SSL_CLIENT_CERT' looks like the cert was exported in PEM format correctly eg. ------ BEGIN CERTIFICATE ------ messy b64 encoded stuff here ------ END CERTIFICATE ------ the header value was being truncate at the first \r\n there was a thread on yahoo indicating that someone else has found it on Wed Feb 12, 2003 and was proposing a fix also http://groups.yahoo.com/group/new-httpd/message/42575 Please advise. PS: we aren't able to use modJK2 for various reason and thus need to rely on mod_proxy and mod_header to do the job. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org