[jcifs] Decoding URLs

Rob Wygand rob at filefish.com
Fri Dec 7 10:27:28 EST 2001


Mike,

With the upgrade to 0.6 I've noticed that you haven't added the decoded 
URL bit to SmbURL. It's a simple change:

Line 123:
file.server = url.substring (srv);
to
file.server = java.net.URLDecoder.decode (url.substring (srv));

Any chance that can make it into the next 0,6 release?
rjw





More information about the jcifs mailing list