Skip to content

Restore get_id in ExtractsPath

fixes #21334 (closed)

Addressable::URI.normalize_component() around get_id which was introduced by 68cea38e and removed in !5878 (merged) is still intentionally omitted. Using normalize_component() instead of unescape() left % as is but still broke e.g. spaces (which were replaced by %20).

Merge request reports