Fixes the regex parsing colons inside IPV6 IP addresses to remove the port from the hostname instead of parsing the colon that separates the port from the IP at the end of the hostname. It caused the extension to fail when using Auth Basic with a server that used an IPV6 IP as Server Address.
Fixes the regex parsing colons inside IPV6 IP addresses to remove the port from the hostname instead of parsing the colon that separates the port from the IP at the end of the hostname. It caused the extension to fail when using Auth Basic with a server that used an IPV6 IP as Server Address.
Fixes #133