Hi,
I encounterd a problem with getQuery()
method of request
. For example i have url like /test?a=<vv
, when i get parameter 'a' with getQuery()
it returns empty, while the $_GET
variable has it value <vv
! Is there any filter between php $_GET
variable & Request
class that remove some suspicious value or it is a bug?