Skip to content

Query parameters without any value are ignored. #70

@jocelyn

Description

@jocelyn

Parsing ?foo=123&bar&foobar=456

will add on foo' andfoobar' to the query parameters, and ignore `bar'

Solution: handle `bar' as empty parameters, then have foo, bar and foobar query parameters.

note: this also impact the URI template matcher code.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions