| Type |
Bug
|
| Priority |
Minor
|
| Assignee | |
| Affected Versions |
14.0.8
|
| Labels |
No labels
|
Issue Votes (0)
| Type |
Bug
|
| Priority |
Minor
|
| Assignee | |
| Affected Versions |
14.0.8
|
| Labels |
No labels
|
If I set
http_hostinserver.propertiesto a specific IP address instead of0.0.0.0, pushing is broken. The error is that curl cannot connect to port 6610 on localhost.I checked the code to see if it was possible to specify multiple bind addresses, but this does not seem to be possible.
In
HookUtils#getHookEnvsthe configured HTTP port is used to configure the URL, but the host name is hardcoded tolocalhost.localhostshould only be used ifhttp_hostequals0.0.0.0. Otherwise, the configured IP address should be used.