Created stub for REPORT method
[citadel.git] / webcit / dav_options.c
index b918730014434798ab65b225b89f40fcd0ce1bc8..250a3ce124b0453dac338e87d0f7fc6acef1cb6b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Handles DAV OPTIONS requests (experimental -- not required by GroupDAV)
  *
- * Copyright (c) 2005-2010 by the citadel.org team
+ * Copyright (c) 2005-2012 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -145,7 +145,7 @@ void dav_options(void)
                syslog(LOG_DEBUG, "\033[36mDAV: 1\033[0m");
        }
 
-       hprintf("Allow: OPTIONS, PROPFIND, GET, PUT\r\n");
+       hprintf("Allow: OPTIONS, PROPFIND, GET, PUT, REPORT\r\n");
        begin_burst();
        end_burst();
 }