Skip to content

[HttpKernel] Move UriSigner to Http Foundation #50384

Closed
@alexander-schranz

Description

@alexander-schranz

Description

Based on Symfony Docs discussion. I want to open a discussion here to maybe move the UriSigner class to the http-foundation. Think the HttpKernel is a little bit unexpected place for the Signer. Would have expected it to be part of the routing component or http foundation component. Atleast I would have searched there for its documentation.

I did stumble over the UrlHelper and would think the UriSigner could be side by side to it.

What do you think?

Example

-Symfony\Component\HttpKernel\UriSigner;
+Symfony\Component\HttpFoundation\UriSigner;

Reference: PR Introduction of UriSigner

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions