fn url_path_lookup_candidates(url_path: &str) -> Vec<String>Expand description
Stored url_path forms to try for a requested path: the strip-canonical form plus the two
legacy encoded forms, deduped (an ASCII-only safe path yields a single candidate).