Commit 5b8ed07
Issue 674: 3.0.x switch from docker host using https|http scheme to tcp breaks proxy configure (#675)
#674
With the 3.0.x release, the code has been changed to use docker hosts of the format:
tcp://host:port
Instead of:
https://host:port
This breaks some of the logic in JerseyDockerCmdExecFactory that configures the proxy setting.1 parent 5ba770c commit 5b8ed07
File tree
1 file changed
+3
-3
lines changed- src/main/java/com/github/dockerjava/jaxrs
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments