Bug #95732
openWith Extbase routeEnhancer parameters are stripped
0%
Description
When using a route enhancer for a plugin, e.g. from EXT:news, some parameters are stripped, e.g. in pagination.
I am using this example configuration for EXT:news: https://docs.typo3.org/p/georgringer/news/8.6/en-us/AdministratorManual/BestPractice/Routing/Index.html#human-readable-dates
With this configuration the url news/list/2015/
lists all news of year 2015. In the pagination of the news list, the url to second page is news/list/page-2/
, there's the year parameter missing.
This configuration worked before, but after one TYPO3 update this isn't working in TYPO3 9 and 10 any more.
In non-speaking url the parameter isn't stripped: news/list/?tx_news_pi1%5B%40widget_0%5D%5BcurrentPage%5D=2&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5BoverwriteDemand%5D%5Byear%5D=2015&cHash=...