Merge remote-tracking branch 'origin/develop' into feature/add_events_for_landingpage

This commit is contained in:
René Pfeuffer
2020-04-03 16:49:19 +02:00
88 changed files with 4177 additions and 3640 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))
{