[email protected] wrote:
URL: http://svn.apache.org/viewvc/ant/antlibs/props/trunk/src/main/org/apache/ant/props/EncodeURLEvaluator.java?rev=899468&view=auto ============================================================================== + URI uri = new URI(url.getProtocol(), url.getUserInfo(), + url.getHost(), url.getPort(), url.getPath(), url.getQuery(), url.getRef());
Something wrong with URI uri = url.toURI(); ? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
