Hello, Recently I observed that in mod_dav (PROPFIND for 'getcontenttype'), that it sends sub-request (using GET method).
If you use digest authentication for all methods, above thing fails because request method is used while calculating digest. As client calculates digest for using PROPFIND method, and subrequest is with GET method, both doesn't match. Following patch uses main request of subrequest while calculating digest. ____________________________________________________________ Get 250 full-color business cards FREE right now! http://businesscards.lycos.com
patch
Description: application/unknown
