• Levin Zimmermann's avatar
    lib/zodb/zurl_normalize_main += explicit filtering depending on scheme · f5275f82
    Levin Zimmermann authored
    In the old source code we already filtered NEO URI by dropping
    credentials, but we applied this filter to any URI, not only the NEO
    one. This patch adds a mechanism to apply various filter according to
    the specific storage type. Starting with this new patch,
    'zurl_normalize_main' also refuses to normalize an URI with an unknown
    scheme.
    
    /reviewed-by @kirr
    /reviewed-on !17
    f5275f82
zodb.py 17.5 KB