[jcifs] Decoding URLs

Allen, Michael B (RSCH) Michael_B_Allen at ml.com
Fri Dec 7 11:05:10 EST 2001


> -----Original Message-----
> From:	Rob Wygand [SMTP:rob at filefish.com]
> 
> 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?
> 
	Sure. Not quite worth a b3 yet though. You have to find bigger bugs than this :~)

	Mike





More information about the jcifs mailing list