[TYPO3-dev] RealURL and cHash

Steffen Ritter info at rs-websystems.de
Thu Jun 4 09:45:10 CEST 2009


Georg Ringer schrieb:
> HI Steffen,
> 
> a guess: you have something like 'noMatch' => 'bypass', somewhere in 
> configuration?
> 
> georg
Hi Georg,
thanks for the hint...
There's no 'noMatch' in Config, but the language parameter is defined 
like this:

  array(
				'GETvar' => 'L',
				'valueMap' => array(
					'de' => '0',
					'cz' => '1',
					'en' => '2',
				),
				'valueDefault' => 'de',
		),

Intepreting your hint this might in result in: the chash is generated 
without L to be set, but on the targeted page there it will be set due 
to default value...

Do you think this might be a problem? And if So, how to compete with it...

regards

Steffen




More information about the TYPO3-dev mailing list