Route doesn't call filter_out for non scalar parameters

Notice: This thread is very old.
pave.kucera
Member | 122
+
0
-

Hi,
in my application I need one parameter to be a string in url (means ?parameter=something+else) and array in application. I wrote filters and something+else is translated as [something, else] and the other way around but, unfortunatelly, this throws a warning (passing array to rawurldecode) here: https://github.com/…rs/Route.php#L335 as filter out is not called thanks to this line https://github.com/…rs/Route.php#L323

Is this correct behaviour?

Filip Procházka
Moderator | 4668
+
0
-

Its a feature, but noone knows why :)