You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: