Ticket #484 (closed defect: fixed)
[tagging] Slashes allowed in the tag field, but cause 404 errors when output on the frontend
| Reported by: | agilbert | Owned by: | tboutell |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.5 |
| Component: | apostrophePlugin | Version: | 1.4 |
| Keywords: | taggable, 1.5rc2 | Cc: | dordille, johnnyoffline, rickybanister, geoffd |
| Symfony version: | 1.4 |
Description
Tom, I guess this may end up being a bug with the Taggable behavior? Not sure. But since it related to hiw the taggable stuff interacts with Apostrophe I'm opening it here for your consideration. Let me know if you'd like me to do something else with this bug report.
The issue is that an admin user can enter a "/" as part of a tag, but this will break Apostrophe routes when trying to filter objects by that tag as a parameter in a URL. Obvious reasons here.
We could solve this by:
- stripping the slashes out
- replacing them with another more friendly character
- validation errors
I would be in favor of one of the first two options there.

