Skip to content
  • Vincent Petry's avatar
    Fix DAV stat cache to properly cache 404 · 48093ef5
    Vincent Petry authored
    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.
    48093ef5