C. Michael Pilato wrote on Fri, May 31, 2013 at 10:30:58 -0400: > On 05/31/2013 09:53 AM, Klaus Welch wrote: > > I'not sure what a wiretrace is. I've inlined related pieces from apache > > logs. > > > > access.log: > > ::1 - - [31/May/2013:15:33:34 +0200] "OPTIONS * HTTP/1.0" 200 - > > xx.yy.zz.uu - - [31/May/2013:15:46:00 +0200] "OPTIONS /svn/xxx HTTP/1.1" 401 > > 401 > > xx.yy.zz.uu - aaa.bbb [31/May/2013:15:46:00 +0200] "OPTIONS /svn/xxx > > HTTP/1.1" 200 189 > > xx.yy.zz.uu - aaa.bbb [31/May/2013:15:46:00 +0200] "OPTIONS /svn/xxx > > HTTP/1.1" 200 189 > > xx.yy.zz.uu - aaa.bbb [31/May/2013:15:46:00 +0200] "PROPFIND > > /svn/xxx/!svn/rvr/9099 HTTP/1.1" 207 773 > > But you got the error on the client? I see no errors in this log at all.
The 207 Multi-Status response might have contained a <status>401</status> in the response body.
