[TYPO3-mvc] Re: Fluid Widget Paginate NO cHash

Philipp Wrann philippwrann at gmail.com
Tue Apr 1 10:56:12 CEST 2014


This is a weird problem

the rendered uri is uriencoded, but not complete, arguments are encoded but their values are not, that causes cross-browser-problems
That causes cHash Comparison problems
Internet Explorer sends "invalid" requests becuase it does encode the request different.

!!!1) It has to be possible to ignore a cHash in paginate viewhelpers!!!
<f:widget.paginate configuration="{useCacheHash:0}"/>

Any idea for me to fix my problem?

2) argumentvalues should also be url-encoded

i have no possibility to fix this bug on my page!


More information about the TYPO3-project-typo3v4mvc mailing list