[TYPO3-dev] RealUrl #13475: userFunc an Bypass or: Add	possibility to userFuncs to bypass the param as known from valueMap
    Christian Ludwig 
    cl at viazenetti.de
       
    Tue Feb 26 12:24:56 CET 2013
    
    
  
Hi Dmitry,
thank you for your reply, but maybe we misunderstood each other. What I
mean is that when using a valueMap, everything works as expected and I
can "bypass" an empty segment (see example below).
'preVars' => array (
	array (
		'GETvar' => 'tx_myext[id]',
		'valueMap' => array (
			'robert' => 1,
			'christina' => 2,
			'peter' => 3,
		),
		'noMatch' => 'bypass',
	),
),
> No and it will never be possible. It is a technical limitation related
to decoding and current architecture.
> This may change in RealURL 2.0.
Do you mean it will never be possible with userFunc or in general?
Christian
    
    
More information about the TYPO3-dev
mailing list