Advertisement
simoncpu

lighttpd webdav 409 locking problem

Jul 14th, 2011
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. 2011-07-15 04:48:34: (request.c.304) fd: 14 request-len: 434
  2. PUT /New%20Text%20Document%20(4).txt HTTP/1.1
  3. Connection: Keep-Alive
  4. User-Agent: Microsoft-WebDAV-MiniRedir/6.1.7600
  5. translate: f
  6. Content-Length: 0
  7. Host: user2.go-4.crayonova.com
  8. Authorization: Digest username="user2",realm="s3webdav",nonce="02ffb778a0a3ecfdac362fe66396fabc",uri="/New%20Text%20Document%20(4).txt",cnonce="1bdbee7cd4da0a9421f0702bec8997f7",nc=00000001,response="599baba36bcba3d40093b3b313fe6baa",qop="auth"
  9.  
  10.  
  11. 2011-07-15 04:48:34: (response.c.128) Response-Header:
  12. HTTP/1.1 201 Created
  13. Content-Length: 0
  14. Date: Fri, 15 Jul 2011 04:48:34 GMT
  15. Server: lighttpd/1.4.28
  16.  
  17.  
  18. 2011-07-15 04:48:34: (request.c.304) fd: 14 request-len: 297
  19. LOCK /New%20Text%20Document%20(4).txt HTTP/1.1
  20. Cache-Control: no-cache
  21. Connection: Keep-Alive
  22. Pragma: no-cache
  23. Content-Type: text/xml; charset="utf-8"
  24. User-Agent: Microsoft-WebDAV-MiniRedir/6.1.7600
  25. translate: f
  26. Timeout: Second-3600
  27. Content-Length: 196
  28. Host: user2.go-4.crayonova.com
  29.  
  30.  
  31. 2011-07-15 04:48:34: (response.c.128) Response-Header:
  32. HTTP/1.1 401 Unauthorized
  33. WWW-Authenticate: Digest realm="s3webdav", nonce="31cebc3569a6425363870a23bf51ec78", qop="auth"
  34. Content-Type: text/html
  35. Content-Length: 351
  36. Date: Fri, 15 Jul 2011 04:48:34 GMT
  37. Server: lighttpd/1.4.28
  38.  
  39.  
  40. 2011-07-15 04:48:34: (request.c.304) fd: 14 request-len: 543
  41. LOCK /New%20Text%20Document%20(4).txt HTTP/1.1
  42. Cache-Control: no-cache
  43. Connection: Keep-Alive
  44. Pragma: no-cache
  45. Content-Type: text/xml; charset="utf-8"
  46. User-Agent: Microsoft-WebDAV-MiniRedir/6.1.7600
  47. translate: f
  48. Timeout: Second-3600
  49. Content-Length: 196
  50. Host: user2.go-4.crayonova.com
  51. Authorization: Digest username="user2",realm="s3webdav",nonce="31cebc3569a6425363870a23bf51ec78",uri="/New%20Text%20Document%20(4).txt",cnonce="c7fad9027ab800c03339e5354f4c7601",nc=00000001,response="fa02ff061c0ec4b726ceae6989d1c3a5",qop="auth"
  52.  
  53.  
  54. 2011-07-15 04:48:35: (response.c.128) Response-Header:
  55. HTTP/1.1 409 Conflict
  56. Content-Type: text/html
  57. Content-Length: 343
  58. Date: Fri, 15 Jul 2011 04:48:35 GMT
  59. Server: lighttpd/1.4.28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement