Jordan Glassman
Jordan Glassman
This is a problem because these sorts of pathological situations are exactly why I started using browsermob-proxy. Workaround is to use `AdvancedHostResolver#remapHost` instead, but this is unsightly and might fail...
### Description docker-compose.yml ``` version: '2.1' services: redis1: image: redis depends_on: redis2: condition: service_started redis2: image: redis ``` Output: ``` /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/jglassman/iiworkspace/sandbox "-Dmaven.home=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3" "-Dclassworlds.conf=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/bin/m2.conf" "-javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=58768:/Applications/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8...