Skip to content

fixed bug in param filtering - #3

Open
ironcamel wants to merge 1 commit into
riemann42:masterfrom
ironcamel:fix-filter-param
Open

fixed bug in param filtering#3
ironcamel wants to merge 1 commit into
riemann42:masterfrom
ironcamel:fix-filter-param

Conversation

@ironcamel

Copy link
Copy Markdown

Currently, _filter_all_params takes the following query string:

name=bob&description=foo

and returns:

descriptionname=bob

This commit fixes it so no fields/values in the query string are
mistakenly lost. So the above query string would remain as:

name=bob&description=foo

Currently, _filter_all_params takes the following query string:

    name=bob&description=foo

and returns:

    descriptionname=bob

This commit fixes it so no fields/values in the query string are
mistakenly lost. So the above query string would remain as:

    name=bob&description=foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant