https://issues.apache.org/bugzilla/show_bug.cgi?id=53554

          Priority: P2
            Bug ID: 53554
          Assignee: [email protected]
           Summary: Wrong case for hexadecimal percent encoding [patch]
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: [email protected]
          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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to