Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我确信新闻分页适用于 realurl 版本2.0.14
2.0.14
更新到realurl2.0.15 后,它不再工作了。
realurl
我的后变量集:
'page' => array( array( 'GETvar' => 'tx_news_pi1[@widget_0][currentPage]', ), ),
RealUrl 2.0.15 删除了 cHash 再生。这被认为是安全风险。cHash 再生意味着可以通过使用同一页面的无限版本淹没 pageCache 来执行拒绝服务。
但是从安全的角度来看,这种变化是好的。它打破了一些页面。之前未正确设置 cHash 的位置。
受影响最大的是各种插件的分页和单一视图。
请参阅此 realUrl 问题,其中更详细地讨论了该主题:
https://github.com/dmitryd/typo3-realurl/issues/244