Revert "[!!!][BUGFIX] Skip cache hash for URIs to non-cacheable actions"
This reverts commit 3ab6f2a0. This change caused trouble, as it was not possible any more to explicitly enable cHash usage. In situations where some arguments are required for a cHash, this will lead to a broken page (404) when the cHash is skipped. As the possible gain of not having the cHash is low but the possible impact is high and a potential fix is breaking or at least fragile as well, this feature is reverted again. Resolves: #67097 Reverts: #60272 Releases: master Change-Id: Ia14947f8eb6b6125b0402ae7e046c78a1597aeae Reviewed-on: http://review.typo3.org/43688 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Documentation/Changelog/7.2/Breaking-60272-SkipCacheHashForUrisToNonCacheableActions.rst 0 additions, 24 deletions...aking-60272-SkipCacheHashForUrisToNonCacheableActions.rst
- typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php 0 additions, 23 deletionstypo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php
- typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php 3 additions, 36 deletions...ext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php
Please register or sign in to comment