[Calendar and Contacts Server] #464: RFC 5545: %x09 (HTAB) should not be allowed?
#464: RFC 5545: %x09 (HTAB) should not be allowed? ----------------------------------+----------------------------------------- Reporter: mail@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Keywords: | Radar: ----------------------------------+----------------------------------------- I saved an event on my calendar server with my iPhone which contains a %x09. However, reading http://tools.ietf.org/html/rfc5545#section-3.3.11: {{{ SAFE-CHAR = WSP / %x21 / %x23-2B / %x2D-39 / %x3C-7E / NON-US-ASCII ; Any character except CONTROL, DQUOTE, ";", ":", "," CONTROL = %x00-08 / %x0A-1F / %x7F ; All the controls except HTAB }}} I guess this should be prohibited by pycalendar? For more background information, you might look at https://bugzilla.mozilla.org/show_bug.cgi?id=686833 -- Ticket URL: <http://trac.calendarserver.org/ticket/464> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#464: RFC 5545: %x09 (HTAB) should not be allowed? -----------------------------------+---------------------------------------- Reporter: mail@… | Owner: wsanchez@… Type: Defect | Status: closed Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Resolution: Behaves correctly | Keywords: Radar: | -----------------------------------+---------------------------------------- Changes (by cdaboo@…): * status: new => closed * resolution: => Behaves correctly Comment: As per http://tools.ietf.org/html/rfc5234#appendix-B.1, WSP includes HTAB, so HTAB is allowed in iCalendar data. -- Ticket URL: <http://trac.calendarserver.org/ticket/464#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#464: RFC 5545: %x09 (HTAB) should not be allowed? -----------------------------------+---------------------------------------- Reporter: mail@… | Owner: wsanchez@… Type: Defect | Status: closed Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Resolution: Behaves correctly | Keywords: Radar: | -----------------------------------+---------------------------------------- Comment(by mail@…): Cyrus, thanks alot for your quick answer. Very appreciated. -- Ticket URL: <http://trac.calendarserver.org/ticket/464#comment:2> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
participants (1)
-
Calendar and Contacts Server