
bugzilla at apache
Jul 16, 2012, 4:55 PM
Post #1 of 1
(82 views)
Permalink
|
|
[Bug 53554] New: Wrong case for hexadecimal percent encoding [patch]
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53554 Priority: P2 Bug ID: 53554 Assignee: bugs [at] httpd Summary: Wrong case for hexadecimal percent encoding [patch] Severity: normal Classification: Unclassified OS: Linux Reporter: tstarling [at] wikimedia Hardware: PC Status: NEW Version: 2.5-HEAD Component: mod_rewrite Product: Apache httpd-2 Created attachment 29069 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29069&action=edit Use uppercase hexadecimal digits in mod_rewrite Apache mod_rewrite encodes special characters using lowercase hexadecimal digits, for example Chráněná becomes Chr%c3%a1n%c4%9bn%c3%a1 instead of Chr%C3%A1n%C4%9Bn%C3%A1. The use of a non-canonical URL breaks our caching system. We can't use lowercase hexadecimal digits as our canonical URLs because no browser sends URLs like that, so the cache would be even more badly broken. Please use uppercase hexadecimal digits in URLs. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|