Skip to content

Sorted collections #903

Open
Open
@marcstern

Description

@marcstern

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions