Skip to content

Request.QueryParams with empty key #542

@llodi-csw

Description

@llodi-csw

If you are making a request with a query string like this:

...?codice

the Request.QueryParams dictionary will be created with only one pair<key,value> both empty.

I think the problem is in TMVCWebRequest.GetQueryParams .
Below you can see the value of FWebRequest related to the example:
image

is this a correct behavior?
IMHO In this example the object Request.QueryParams should be empty because there are no valid parameters (with '=') in the querystring.

Metadata

Metadata

Assignees

Labels

acceptedIssue has been accepted and inserted in a future milestonebug

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions