Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.2.3, 6.0.4 GA
-
Component/s: DM > Document Library Display
-
Labels:None
-
Branch Version/s:6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
Alex,
I hope this helps. Someone showed me that our Document Library may not be working in Windows 7 because we are using Basic Authentication, and Windows 7 only supports Digest Authentication. He then pulled up an Apache somethin-or-nother, showed the Windows 7 failure with Basic authentication, and then changed to Digest authentication and showed me it working. I think he said that this was how Sharepoint 2010 was now working.
Again, I hope this helps,
Jonathan
Issue Links
- is related to
-
LPS-13801
WebDAV unable to map network drive with Win7 in 5.2.x and 5.1.x
-
-
LPS-11517
Add support in DigesterUtil for returning hex values
-
-
LPS-11518
Add unquote utility in StringUtil
-
- relates
-
LPS-12080
WebDAV PROPPATCH does not properly handle locks or multiple custom props
-
-
LPS-12226
Digest authentication hash needs to be more selective when to be generated
-
-
LPS-14464
SharepointFilter does not support digest authentication
-

Hey Jonathan,
Thanks for the heads up. I did a little research and this evidentally is a problem for both Vista and Windows 7 users. But, there is a workaround by changing some registry values:
http://www.webdavsystem.com/server/documentation/authentication/basic_auth_vista
In either case, this is definitely something we should implement. Thanks for pointing it out.
Alex