apple / ccs-caldavtester

CalDAV/CardDAV Testing Framework used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
57 stars 36 forks source link

Do GET to allow auto-provision? #9

Open macosforgebot opened 14 years ago

macosforgebot commented 14 years ago

douglm@… originally submitted this as ticket:374


CalDAV/implicitauto1.xml failed during startup until the following get was added after request #⁠4

       <request user="$resourceid1:" pswd="$pswd1:">
            <method>GET</method>
            <ruri>$rcalendarpath1:/</ruri>
        </request>

This allowed the system to auto-provision the resource account

macosforgebot commented 13 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:374

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:8:⁠ticket:374