Use ant-like notation for URL patterns
miere opened this issue · 0 comments
miere commented
We've received a lot of feedback regarding URL patterns.
Most of time it works as expected, but there is a few situations in which
the pattern mapping process become fuzzy. Most of problems are associated
with the way UrlCompiler matches the end of pattern.
A very convenient, and efficient, way to avoid it is applying the well-known ant-like
pattern notation. Here is good guide about this topic.