Commit 959bfad
Sumedh Wale
skip IP address when hostname-for-clients has been provided
for cases where client-bind-address is an internal IP address (behind a firewall)
or 0.0.0.0 etc, then adding the IP address to hostname-for-clients specified
value can result in incorrect client behaviour, so skip adding IP address
for such cases
updated FabricServerTest for the above change1 parent 185e02c commit 959bfad
3 files changed
Lines changed: 9 additions & 4 deletions
File tree
- gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache
- gemfirexd
- core/src/main/java/com/pivotal/gemfirexd/internal/engine/fabricservice
- tools/src/test/java/com/pivotal/gemfirexd/internal/engine
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4130 | 4130 | | |
4131 | 4131 | | |
4132 | 4132 | | |
4133 | | - | |
| 4133 | + | |
4134 | 4134 | | |
4135 | 4135 | | |
4136 | 4136 | | |
| |||
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| 882 | + | |
| 883 | + | |
882 | 884 | | |
883 | 885 | | |
884 | 886 | | |
| |||
1100 | 1102 | | |
1101 | 1103 | | |
1102 | 1104 | | |
1103 | | - | |
| 1105 | + | |
| 1106 | + | |
1104 | 1107 | | |
1105 | 1108 | | |
1106 | 1109 | | |
| |||
1145 | 1148 | | |
1146 | 1149 | | |
1147 | 1150 | | |
| 1151 | + | |
1148 | 1152 | | |
1149 | 1153 | | |
1150 | 1154 | | |
| |||
1157 | 1161 | | |
1158 | 1162 | | |
1159 | 1163 | | |
1160 | | - | |
| 1164 | + | |
| 1165 | + | |
1161 | 1166 | | |
1162 | 1167 | | |
1163 | 1168 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
917 | | - | |
| 917 | + | |
918 | 918 | | |
919 | 919 | | |
920 | 920 | | |
| |||
0 commit comments