| Summary | enforce allowed characters when tagging items |
| Queue | Ansel |
| Queue Version | 1.1.1 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | michael (at) bigmichi1 (dot) de |
| Created | 05/04/2010 (5668 days ago) |
| Due | |
| Updated | 05/09/2010 (5663 days ago) |
| Assigned | 05/04/2010 (5668 days ago) |
| Resolved | 05/09/2010 (5663 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Enforce the same allowed characters for tags as for slugs.
Bug: 9005http://cvs.horde.org/diff.php/ansel/lib/Tags.php?rt=horde&r1=1.87.2.6&r2=1.87.2.7&ty=u
Priority ⇒ 1. Low
State ⇒ Assigned
Summary ⇒ enforce allowed characters when tagging items
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ tag browsing doen't work with special chars in tag name und url rewriting
Queue ⇒ Ansel
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
the tag contain a special char like ó, è, ö or something similar. the
rule only allows a-z and A-Z and this doesn't include any special
char, but they are allowed to tag something.
i have tested it whith logging enabled for the rewrite engine, in
cases without a special char the engine writes a log entry, when using
a specialchar nothing is logged, so it doesn't work accourding to the
mod_rewrite manual