cbbbde7 Use lower-case name for case-insensitive searches

7 files Authored by sbose 10 years ago, Committed by jhrozek 10 years ago,
    Use lower-case name for case-insensitive searches
    
    The patch makes sure that a completely lower-cased version of a fully
    qualified name is used for case insensitive searches. Currently there
    are code paths where the domain name was used as configured and was not
    lower-cased.
    
    To make sure this patch does not break with old entries in the cache or
    case sensitive domains a third template was added to the related filters
    templates which is either filled with a completely lower-cased version or
    with the old version. The other two template values are unchanged.
    
        
file modified
+5 -5
file modified
+5 -3
file modified
+22 -8
file modified
+38 -0
file modified
+30 -0
file modified
+6 -0