vanilla/addons

Redirector: Add Lithium knowledge base redirects to the plugin

patches opened this issue · 1 comments

We generally include knowledge base in Lithium migrations by migrating them as normal discussions. Last week Cofense noticed that posts from Knowledge base were redirecting to 404's.

This is the example they provided.

http://community.cofense.com/t5/Simulator/Canada-Technical-Whitelist-Checklist-Enterprise-only/ta-p/1628

The reason why URLs like this are redirecting to 404's and not to the correct discussions is because ta-p isn't handled in the t5Filter function located in the Plugin class. A route was temporarily created until this case is added.

This has been fixed and merged on master.

#694