Commit ea1af14
authored
NetUtil should be able to handle -Djava.net.preferIPv6Addresses=system without logging an error (#13301)
Motivation:
Since java11 its supported to use "system" as a value for -Djava.net.preferIPv6Addresses.
Modifications:
Just fallback to "false" if -Djava.net.preferIPv6Addresses is not "true" without logging an error
Result:
Fixes #133001 parent 3404746 commit ea1af14
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
141 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
142 | 148 | | |
143 | | - | |
| 149 | + | |
144 | 150 | | |
145 | 151 | | |
146 | 152 | | |
| |||
0 commit comments