You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Simon Fell <so...@zaks.demon.co.uk> on 2002/01/24 22:57:11 UTC

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava Emi tter.java

On Thu, 24 Jan 2002 16:45:26 -0500, in soap you wrote:

>
>It breaks.
>
>I knew this fix was bad 2 minutes after I checked it in.
>But the way the code was broke url's like this on Windows:
>   file:///d:\foo\bar\baz.wsdl
>
>We have to take in to account the both forward and backward slashes
>are legal in file URLs on Windows.
>
>Suggestions on a correct fix are welcome. :-)

The attached diff seems reasonable to me, although it doesn't actually
appear to work for file URL's :(  I end up with an
unknownHostException.

If i have time later, i'll dig a bit deeper.

Cheers
Simon