Issue Description
Before v4.1.15 these routes used to satisfy both "/articles", "/articles/" and "/articles/whatever" URLs.
"/articles",
"/articles/*",
Checklist
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.
Issue Description
Before v4.1.15 these routes used to satisfy both "/articles", "/articles/" and "/articles/whatever" URLs.
Checklist
Expected behaviour
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:
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.