angler-fishThe Vulnerability History Project

Fixed #7571 -- Fixed parameter matching in include()'d urlpattern

      Fixed URL resolving in the case where an outer regex includes an inner
regex and both regexes use positional parameters instead of named
groups, causing the outer regex's parameters to override the inner
regex's.

Modified the regex url resolver so that it will concatenates and then
normalizes, instead of normalizing and then concatenating.
    
commit 5d568bcfa66916e3de61e0090c724c899debd981
+4 -2
-8
-1
-1
expand_less