Skip to content
Unverified Commit 6d4abdab authored by Vincent Petry's avatar Vincent Petry Committed by Roeland Jago Douma
Browse files

Fix DAV stat cache to properly cache 404

404 errors were not properly cached due to catching the wrong
exception. Now catching ClientHttpException and checking the error
code. In case of 404, adjust the stat cache accordingly.
parent 6a0f0403
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment