Downloading a branch as a ZIP fails if the branch name contains a slash · Issue #3544 · gitbucket/gitbucket · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before submitting an issue to GitBucket I have first:
Issue
Impacted version: 4.38.4
Problem description:
https://xxx.xxx/Customer/repo/tree/branchname/withslash
https://xxx.xxx/Customer/repo/archive/branchname%2Fwithslash.zip
Not Found The requested URL /Customer/repo/archive/branchname/withslash.zip was not found on this server.
%2F
in the URL with/
and hit enter, zip downloads just fine.My guess:
The slash in the repo name is being URL encoded and the download isn't working because of that.
The text was updated successfully, but these errors were encountered: