Summary | Bad task URL sent in email notifications (in some cases) |
Queue | Nag |
Queue Version | 2.3.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | almarin (at) um (dot) es |
Created | 10/16/2008 (6104 days ago) |
Due | |
Updated | 10/19/2008 (6101 days ago) |
Assigned | |
Resolved | 10/19/2008 (6101 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
Priority ⇒ 1. Low
New Attachment: Nag.php.patch
Patch ⇒ No
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ Bad task URL sent in email notifications (in some cases)
Type ⇒ Bug
State ⇒ Unconfirmed
For example, our horde users are our email address, so the link
contains almarin%40um.es.
The view_url is added to a text that after is parsed by sprintf, so
the '%' chars are stripped out, and the url sent is wrong.
I attach a little patch to avoid that situations.