Disallowed Key Characters - when all characters are allowed |
[eluser]diez[/eluser]
It looks like CodeIgniter does a separate check for GET/POST/and cookie data key names where it validates them against: Code: /^[a-z0-9:_\/-]+$/i I don't see an easy way to disable this check. However, that's seems a little hackish for me. When i was using CI 1.7 i had the default characters allowed along with "?" ex: Code: a-z 0-9~%.:_-? |
Messages In This Thread |
Disallowed Key Characters - when all characters are allowed - by El Forum - 05-26-2011, 12:10 AM
Disallowed Key Characters - when all characters are allowed - by El Forum - 05-26-2011, 12:15 AM
|