* Any HTTP method other than GET or POST is now routed directly to the
authorArt Cancro <ajc@citadel.org>
Wed, 29 Jun 2005 17:55:32 +0000 (17:55 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 29 Jun 2005 17:55:32 +0000 (17:55 +0000)
commit75781b35b039656ce499b2f47490690385b70cf1
treece2443cb1bec62690060d085b3344387f469ed81
parente2c82352880c879b5093d39113c28e1a4949a4a6
* Any HTTP method other than GET or POST is now routed directly to the
  GroupDAV code.  This will eventually allow requests such as "PROPFIND /"
  to work.
* GroupDAV requests not beginning with "/groupdav" now automatically have
  that prefix prepended to them.
webcit/ChangeLog
webcit/groupdav.h
webcit/groupdav_main.c
webcit/webcit.c