View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016185 | mantisbt | filters | public | 2013-07-17 05:18 | 2022-03-02 22:32 |
| Reporter | mobilemicha | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | confirmed | Resolution | open | ||
| Product Version | 1.2.15 | ||||
| Summary | 0016185: Permalinks do not work when having categories with ampersands | ||||
| Description | When creating a permalink on a category which is having an ampersand in it's name (e.g."Research & Development") the created permalink doesn't filter. | ||||
| Steps To Reproduce | 1) Create a Category with an ampersand in the Name e.g. "Research & Development". | ||||
| Additional Information | Seems like the source of this Problem is in the handling of an ampersand in the url. The created Permalink (only the important Part) was: So the string after the ampersand is handled like an own GET-Paramter (that's why there is an "=" added behind the Development).When you replace the URL with the correct url-encoded string it works: http://mantisbt/search.php?project_id=1&category=Research+%26+Development&sticky_issues=off Tested on 1.2.15 and 1.2 Git trunk | ||||
| Tags | No tags attached. | ||||