mirror of https://github.com/go-gitea/gitea
don't try to interpret treepath as hash (#17272)
...when path contains no hash-path-separator ('/') This is a workaround to #17179. Entering this case when `path` does not contain a '/' does not really make sense, as that means the tree path is empty, but this case is only entered for routes that expect a non-empty tree path. Treepaths like <40-char-dirname>/<filename> will still fail, but hopefully don't occur that often. A more complete fix that avoids this case too is outlined in #17185, but too big of a change to backportpull/17284/head
parent
1c3ae6d05e
commit
245596e130
Loading…
Reference in new issue