Skip to content

[Routing] UrlGenerator doesn't allow generating URL with default param #5180

Closed
@Tobion

Description

@Tobion

When you have a route like /index.{_format} with _format defaults to html, one cannot generate /index.html because params that equal the default value are ignored, so it would instead generate /index. But sometimes it's nessecary to have the other URL, e.g. due to caching strategies or semantic reasons (URI identifier vs. resource location).

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