X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdav_options.c;h=f7687cf4ef347269c42029f79c50eb181e69c90f;hb=HEAD;hp=b918730014434798ab65b225b89f40fcd0ce1bc8;hpb=7c75121fc25fe20a03fdb05a4d6bfbea3d92f07a;p=citadel.git diff --git a/webcit/dav_options.c b/webcit/dav_options.c index b91873001..cbb8f4421 100644 --- a/webcit/dav_options.c +++ b/webcit/dav_options.c @@ -1,25 +1,19 @@ /* * 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 - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License, version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "webcit.h" -#include "webserver.h" + #include "dav.h" /* @@ -145,7 +139,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(); }