[TYPO3-dev] Bug/Feature request for t3lib_div::_GP (and alike)

Franz Koch typo.removeformessage at fx-graefix.de
Fri Jun 6 13:08:35 CEST 2008


Hi Masi,
>> so you really get ALL your extension/key related values? I'm just 
>> curious why it's been done how it's done. For me this clearly is a bug 
>> and I don't see any security or other issues with it because _POST is 
>> overruling _GET in the merged array. What do you guys think?
> 
> So you want to override POST with GET, right?

No, I'd like those methods to use a merged _GET/_POST array for 
returning their results, coming from t3lib_div::GParrayMerged, returning 
array (where _POST is overriding _GET(!)) instead of the lousy 
if-condition there.

Btw. - the name of the functions is also misleading, because 'GP' 
assumes that first _GET is processed and _POST is second ;)

> Or if not why don't you use t3lib_div::_GET() or access $_GET directly?
As Steffen said - I used a condition where I don't have influence on that.

-- 
kind regards,
Franz Koch




More information about the TYPO3-dev mailing list