https://issues.apache.org/bugzilla/show_bug.cgi?id=50562
William A. Rowe Jr. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from William A. Rowe Jr. <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
