Pattern at line #120 catches and redirects any request containing taxonomy/term/* instead of handling only requests fully matching taxonomy/term/*.
This may break CKEditor Link and other modules that handle paths like ckeditor_link/revert/taxonomy/term/10
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix_taxonomy_term_pattern-1908466-2.patch | 840 bytes | anrikun |
| #1 | fix_taxonomy_term_pattern-1908466-1.patch | 832 bytes | anrikun |
Comments
Comment #1
anrikun commentedHere is a fix.
Comment #2
anrikun commentedThis same bug is present in D7 as well.
Comment #2.0
anrikun commentedAdded a reference to CKEditor Link.
Comment #3
fangel commentedThe D7 patch works as intended.
Comment #4
damienmckennaBump. +1.
Comment #5
BarisW commentedMakes a lot of sense. Thanks!
Comment #7
BarisW commentedCommitted to 7.x-1.x-dev