[CalendarServer-dev] [Calendar and Contacts Server] #371: better parsing of returned properties would help

Calendar and Contacts Server trac at macosforge.org
Sun Mar 28 20:26:18 PDT 2010


#371: better parsing of returned properties would help
----------------------------+-----------------------------------------------
 Reporter:  douglm@…        |       Owner:  cdaboo@…        
     Type:  Defect          |      Status:  new             
 Priority:  5: Not set      |   Milestone:                  
Component:  CalDAV Tester   |    Severity:  Other           
 Keywords:                  |  
----------------------------+-----------------------------------------------
 Tests fail with messages like:
 {{{
 Failed Verifier: propfindItems
         Items not returned in report (OK) for /ucaldav/user/user01/Inbox/:
 ('urn:ietf:params:xml:ns:caldavschedule-default-calendar-URL', '<href
 xmlns="DAV:">/ucaldav/user/user01/calendar</href>')
         Unexpected items returned in report (OK) for
 /ucaldav/user/user01/Inbox/: (u'urn:ietf:params:xml:ns:caldavschedule-
 default-calendar-URL', u'<href>/ucaldav/user/user01/calendar/</href>')
 }}}

 because of unexpected formats to the response, e.g.
 {{{
 <?xml version="1.0" encoding="UTF-8" ?>

 <multistatus xmlns="DAV:" xmlns:ns1="urn:ietf:params:xml:ns:caldav"
 xmlns:ns2="http://www.w3.org/2002/12/cal/ical#">
   <response>
     <href>/ucaldav/user/user01/Inbox/</href>
     <propstat>
       <prop>
         <ns1:schedule-default-calendar-URL>
           <href>/ucaldav/user/user01/calendar/</href>
         </ns1:schedule-default-calendar-URL>
       </prop>
       <status>HTTP/1.1 200 ok</status>
     </propstat>
   </response>
 </multistatus>
 }}}

-- 
Ticket URL: <http://trac.calendarserver.org/ticket/371>
Calendar and Contacts Server </>
HTTP/WebDAV/CalDAV Server


More information about the calendarserver-dev mailing list