Skip to content
Snippets Groups Projects
  1. Sep 08, 2014
  2. Sep 05, 2014
  3. Sep 04, 2014
    • chli1's avatar
      fix BadRequest error if CONTENT_LENGTH not set · 712487c8
      chli1 authored
      If client does not send content length header on webdav upload (e.g. because the content comes from a stream and its length is not predictable) the put() method should not try to compare the content length value with the actually amount of received data, because this will always fail and results in a BadRequest exception. So the check will only be performed if $_SERVER['CONTENT_LENGTH'] is set.
      712487c8
    • Olivier Paroz's avatar
      Typ in whichOpenOffice test · bbc2d7cf
      Olivier Paroz authored
      bbc2d7cf
  4. Sep 03, 2014
  5. Sep 02, 2014
  6. Sep 01, 2014
  7. Aug 31, 2014
Loading