Less hacky fix for /%2F bug

This commit is contained in:
Tom Wilkie
2016-01-11 17:46:00 +00:00
parent ada38a35b0
commit 123c40028f
9 changed files with 114 additions and 66 deletions

View File

@@ -47,8 +47,8 @@ var (
ServerPID = "215"
NonContainerPID = "1234"
Client1Name = "curl"
Client2Name = "curl"
Client1Name = "/usr/bin/curl"
Client2Name = "/usr/bin/curl"
ServerName = "apache"
NonContainerName = "bash"