Skip to content

Routing Bug or Feature? #1526

Description

@zzwx

Issue Description

Before v4.1.15 these routes used to satisfy both "/articles", "/articles/" and "/articles/whatever" URLs.

		"/articles",
		"/articles/*",

Checklist

  • Dependencies installed
  • No typos
  • Searched existing issues and docs

Expected behaviour

		"/articles",
		"/articles/*",

satisfy both "/articles", "/articles/" and "/articles/whatever" URLs.

Actual behaviour

Since v4.1.15 now the list of routes to satisfy required behavior is this:

		"/articles",
		"/articles/",
		"/articles/*",

Version/commit

v4.1.15

Please confirm whether this is a new behavior or bug or there's a better way of handling this scenario.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions