[TYPO3-core] RFC: #10040: define Default GET-vars

Rupert Germann rupi at gmx.li
Tue Sep 1 18:34:18 CEST 2009


Steffen Kamper schrieb:
> Hi olly,
> 
> and it worked in all of my tests ;)

maybe I found one that doesn't work:

is it correct that I can't overwrite arrays with values?

TS:
config.defaultGetVars {
    test.var1.var2.p3 = 15
}

Url:
http://localhost/index.php?id=18&test[var1][var2]=3

resulting Getvars:

Array
(
     [test] => Array
         (
             [var1] => Array
                 (
                     [var2] => Array
                         (
                             [p3] => 15
                         )

                 )

         )

     [id] => 18
)

I'd expext [var2] to be overwritten.


greets
rupert



>> I changed the mentioned things in my attached patch.
>>
>> +1 on reading and testing
>>
>> Again, I'd like to have another "+1 on reading and testing" from anyone.
>> Thanks!
>>
> 
> here is my +1 on reading and testing
> 
> vg Steffen


More information about the TYPO3-team-core mailing list