Closed gbonk closed 10 years ago
Instances of URI are immutable. The normalize returns the normalized URI but does not modify the existing URI.
You have to re-set the uri variable with the new normalized URI that is returned from normalize()
please fix this bug
Instances of URI are immutable. The normalize returns the normalized URI but does not modify the existing URI.
You have to re-set the uri variable with the new normalized URI that is returned from normalize()