6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/16/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7031] Colons within quoted parameter values are not handled correctly
*
Your Email Address
*
Spam protection
Enter the letters below:
\ /.__.. , __ \ / >< [__] \./ / ` >< / \| | | \__./ \
Comment
> Suppose an iCalendar file has the entry > > > > ORGANIZER;SENT-BY="mailto > > :a@b.c":mailto:a@b.c > > > > The ':' within the value of the parameter "SENT-BY" is taken as a > separator between the parameters and the value of the ORGANIZER tag > which is not correct. As per RFC 2445, we have in 4.1: > > > > param-value = paramtext / quoted-string > > quoted-string = DQUOTE *QSAFE-CHAR DQUOTE > > QSAFE-CHAR = WSP / %x21 / %x23-7E / NON-US-ASCII > > ; Any character except CTLs and DQUOTE > > > > so quoted parameter values can contain colons. > > > > A patch is attached. It changes the regular expression for breaking > down the line into tag, parameters, and values from > > > > /([^;^:]*)((;[^:]*)?):([^\r\n]*)[\r\n]*/ > > > > to > > > > /([^;^:]*)((;[^;^:]*=(([^"^:^;][^:^;^"]*)|("[^"]*")))*):([^\r\n]*)[\r\n]*/ > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers