-
Notifications
You must be signed in to change notification settings - Fork 671
Missing content error in raw view & treeview #1234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is any workaround available? |
This issue indirectly affects all the markdown display (think of a |
The branch is not just e.g. |
When a branch has a slash in the name, the raw servlet was not able to find the path under that branch. This is due to the replacement of the forward slash character for URLs. It was not taken into account when comparing the branch name later. This fixes gitblit-org#1290 and its duplicates gitblit-org#1234 and gitblit-org#813.
When a branch has a slash in the name, the raw servlet was not able to find the path under that branch. This is due to the replacement of the forward slash character for URLs. It was not taken into account when comparing the branch name later. This fixes gitblit-org#1290 and its duplicates gitblit-org#1234 and gitblit-org#813.
Hello GitlBlit-Team,
we got a problem with the raw view of GitBlit. First things first, some details about our setup:
The service runs behind an apache 2.4 webserver with reverse proxy configuration like this:
We also set the option
web.forwardSlashCharacter
in thegitblit.properties
to!
to prevent problems with encoded slashes.The actual problem occures when browsing a branch (with a slash in its name) of a repository with the treeview and from there showing a specific file in raw view. The service runs into an error that the resource could not be found.
To reproduce the error, we:
At this point the error occurs.
Thanks for advice and kind regards
The text was updated successfully, but these errors were encountered: