|
|
|
|
|
by ivolimmen
2373 days ago
|
|
It's worse. In 1.4 they added URI because URL is very flawed. You should never use URL.
The equals method actually does a DNS resolve and compares the ip addresses. This means that comparing two URL's on the same server will always return true when compared. A lot of URL's you compare will give you true as there are a lot of sites run on the same machine with the same ip address. |
|
Would probably have gone unoticed at most AWS/GCP/Azure shops today.