Hello, this is no direct question to the group, I just would like to forward a mail we sent to the jcifs list. Short Description: We have problems when connecting to smb shares of Windows Servers with jcifs + JDK 1.4.2_12. As this also affects commons VFS (which uses jcifs for smb) I send it to this list. In our tests, jcif clients running with Windows + Linux were affected. Kind Regards, Konstantin
Hi all, we recently switched to j2sdk1.4.2_12 and there we have a Problem fetching contents of a share using jcifs. The problem doesn't exists in j2sdk1.4.2_11 nor in jdk1.5.0_08 nor recent RC of 1.6. I've attached a small test class demonstrating the problem. The class tries to connect to a share passed as param (something like "smb://user:[EMAIL PROTECTED]/some_share/") and lists the content. With all jdks except 1.4.2_12 the result is ok, but with 1.4.2_12 something like this is returned: ****** loop files ****** smb://x:[EMAIL PROTECTED]/webdav_test/?/ ****** smb://x:[EMAIL PROTECTED]/webdav_test/??/ ****** smb://x:[EMAIL PROTECTED]/webdav_test/??????????????? ****** smb://x:[EMAIL PROTECTED]/webdav_test/????????????/ ****** smb://x:[EMAIL PROTECTED]/webdav_test/??/ ****** smb://x:[EMAIL PROTECTED]/webdav_test/?????????? ****** smb://x:[EMAIL PROTECTED]/webdav_test/??????????????? I tried connections to (german) win2000 and win2003 server, both return the result above. If connecting to a smb-server running on linux the result is ok. I tried setting jcifs.encoding to different values (cp1252, utf8) but without any success. I checked the release notes of 1.4.2_12 but anything of the changes looks like it affects this. Any Ideas? Ingo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
