Updated substring parameters used to identify RFC1918 IP addresses in the 172.16.0.0 – 172.31.255.255 address range. Without this change a Java error is thrown when using a 172.x.x.x IP address for the HTTP request because the endIndex parm for the substring function occurs before the beginIndex parm.
Updated substring parameters used to identify RFC1918 IP addresses in the 172.16.0.0 – 172.31.255.255 address range. Without this change a Java error is thrown when using a 172.x.x.x IP address for the HTTP request because the endIndex parm for the substring function occurs before the beginIndex parm.