membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
93 stars 73 forks source link

Update ExternalResolver.groovy #220

Closed gbonk closed 10 years ago

gbonk commented 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()

gbonk commented 10 years ago

please fix this bug