Open
Description
For some collections (ARGS, REQUEST_COOKIES), it may be necessary to have them sorted in order to concatenate them in an intelligent way (i.e. concatenated all ARGS named "a" without others in the middle). Think about HTTP parameter pollution...
SORTED_MATCHED_VARS should be sufficient to handle sorting of any collection with an intermediate rule.
The sorting should be alphabetically (case-insensitive for the name) but keep the entries with the same name in the original order.