Skip to content

Support Dynamically Created Request Objects #3

@zeroem

Description

@zeroem

Currently, any changes to the HttpFoundation\Request::$query properties after calling any of the request instantiation methods will not be reflected when Request::getUri is called. This is due to the way the Request::getQueryString method is implemented.

This will either require a work around or a change in the HttpFoundation\Request class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions