Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 25409 invoked from network); 10 Jan 2011 04:21:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jan 2011 04:21:08 -0000 Received: (qmail 35586 invoked by uid 500); 10 Jan 2011 04:21:08 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 35078 invoked by uid 500); 10 Jan 2011 04:21:05 -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 35069 invoked by uid 99); 10 Jan 2011 04:21:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jan 2011 04:21:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jan 2011 04:21:04 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0A4Ki5t004190 for ; Mon, 10 Jan 2011 04:20:44 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id p0A4KiYu004189; Sun, 9 Jan 2011 23:20:44 -0500 (EST) Date: Sun, 9 Jan 2011 23:20:44 -0500 (EST) Message-Id: <201101100420.p0A4KiYu004189@thor.apache.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 50562] wrong PATH_INFO CGI environment with non-ASCII UTF8 characters X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: Win32 MSI Installer X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: wrowe@apache.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=50562 William A. Rowe Jr. changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from William A. Rowe Jr. 2011-01-09 23:20:41 EST --- Wrong; Path info was the unicode value from your URI path. Apache httpd didn't get this wrong, your CGI got it wrong and doesn't correctly handle non-ASCII input from the environment. If your CGI environment's codepage is compatible with the characters transmitted, windows should be translating this itself into the appropriate MBCS. -- 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org