CUrlManager->parsePathInfo

Hello,

I try to send the following url as an ajax request:

http://localhost/user/admin/User[name]//User[Bdata_angajare_end][0]/perioada_determinata/User[data_angajare_end][1]/perioada_nedeterminata/submit_filter/1/ajax/transactions-grid/User_sort/email

Problem is that param User[Bdata_angajare_end] is an array and after parsePathInfo instead an array I get one value.

(sorry for my bad english)

Is there any fix ?

This is the intended comportament ?

(I fixed my CUrlManager->parsePathInfo to support params deeper then level two by parsing myself the path)