Skip to content

Support Dynamically Created Request Objects #3

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions