[#9005] enforce allowed characters when tagging items
Summary enforce allowed characters when tagging items
Queue Ansel
Queue Version 1.1.1
Type Bug
State Resolved
Priority 1. Low
Owners Michael Rubinsky <mrubinsk (at) horde (dot) org>
Requester michael (at) bigmichi1 (dot) de
Created 05/04/2010 (128 days ago)
Due
Updated 05/09/2010 (123 days ago)
Assigned 05/04/2010 (128 days ago)
Resolved 05/09/2010 (123 days ago)
Attachments
Milestone
Patch No

History
05/09/2010 Michael Rubinsky State ⇒ Resolved
 
05/09/2010 CVS Commit Comment #2 Reply to this comment
Changes have been made in CVS for this ticket:

Enforce the same allowed characters for tags as for slugs.
Bug: 9005
http://cvs.horde.org/diff.php/ansel/lib/Tags.php?rt=horde&r1=1.87.2.6&r2=1.87.2.7&ty=u
05/04/2010 Michael Rubinsky Priority ⇒ 1. Low
State ⇒ Assigned
Summary ⇒ enforce allowed characters when tagging items
Assigned to Michael Rubinsky
 
05/04/2010 michael (at) bigmichi1 (dot) de Comment #1
Priority ⇒ 3. High
Patch ⇒
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ tag browsing doen't work with special chars in tag name und url rewriting
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
when using url rewriting the RewriteRules in .htacces doesn't work if 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