Page MenuHomeSoftware Heritage

Disambiguate browse URL regexps
Closed, MigratedEdits Locked

Description

Numerous URL regexps defined in browse web application are ambiguous, especially those taking an an origin_url argument
plus other ones. For instance, those urls should not return a 404:

Those problematic URL regexps must be disambiguated. Using query parameters instead of url arguments should help
resolve the issues. Backward compatibility with the previously defined URL scheme should also be maintained.

Event Timeline