I’m trying to replicate a behavior of a PHP project where the GET request send parameters with same name and value, but the request parameters values in the controller just show one unique occurrence per name and value.
I will give another explanation about the problem my colleague just found:
We are migrating from a legacy Ez Publish website.
There is a search page with the following parameter pattern that we must keep for compatibility purposes:
Those %2B with will be decoded as “+” symbol on Enonic controller (and it’s OK).
But it looks like Enonic request handler is removing duplicated entries from parameter array: