Fix old Bitbucket Wikilinks to Github docs

This commit is contained in:
Florian Scholdei
2020-03-26 10:57:31 +01:00
parent 342ab199a5
commit ac66e6097e
13 changed files with 27 additions and 40 deletions

View File

@@ -295,9 +295,9 @@ public class DefaultCGIExecutor extends AbstractCGIExecutor
env.set(ENV_AUTH_TYPE, request.getAuthType());
env.set(ENV_CONTENT_LENGTH, createCGIContentLength(request, contentLengthWorkaround));
/**
/*
* Decode PATH_INFO
* https://bitbucket.org/sdorra/scm-manager/issue/79/hgweb-decoding-issue
* https://github.com/scm-manager/scm-manager/issues/79
*/
if (Util.isNotEmpty(pathInfo))
{