[jcifs] NlmHttpFilter Bugfix

Dirk Schnelle-Walka schnelle at danet.de
Wed Nov 19 12:13:45 GMT 2008


Hi all,

The jcifs.http.NlmHttpFilter has a small bug when it initializes.
Since NTMLv2 is not supported, the configuration is set up using 

        Config.setProperty( "jcifs.smb.lmCompatibility", "0" );

But it is also necessary to add

        Config.setProperty( "jcifs.smb.client.useExtendedSecurity", "false" );

Otherwise you will trap into some ugly NullPointerExceptions.

~dirk



More information about the jcifs mailing list