mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
Merge remote-tracking branch 'origin/develop' into feature/add_events_for_landingpage
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user