Summary | Net_IMSP Sometimes parseFetchAddress fails to remove double quotes |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | noah (at) lsit (dot) ucsb (dot) edu |
Created | 08/27/2009 (5791 days ago) |
Due | |
Updated | 10/01/2009 (5756 days ago) |
Assigned | 08/28/2009 (5790 days ago) |
Resolved | 10/01/2009 (5756 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
Strip off quotes send back by imspd.
Bug: 8532Submitted by: noah (at) lsit (dot) ucsb (dot) edu
http://cvs.horde.org/diff.php/framework/Net_IMSP/IMSP/Book.php?rt=horde&r1=1.47&r2=1.48&ty=u
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
New Attachment: Book-fix-quotes.patch
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ Net_IMSP Sometimes parseFetchAddress fails to remove double quotes
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ Horde Framework Packages
spaces) in double quotes. This case is not handled in IMSP/Book.php's
parseFetchAddress function, so the double quotes show up in the Turba
contact view/edit interface. Problematic chars include the list
wildcards '%' and '*' ... possibly others.
To experience the problem, use turba to set the alias of an IMSP
contact to % (or any other string containing % but NOT containing a
space), then view or edit that contact and look for, Alias "%".
Patch against HEAD provided.