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
For our app we would like to separately process certain url patterns, while allowing all other urls to be handled normally. I tried to implement this using both url=true and a custom matcher for the special case urls, but this approach fails. The default matching is performed first, and only afterwards the custom matchers are exercised.