-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.3.X, Master
-
Fix Version/s: 7.1.10 DXP FP21, 7.1.X, 7.2.X, 7.3.X, Master
-
Component/s: Application Security
-
Branch Version/s:7.3.x, 7.2.x, 7.1.x
-
Backported to Branch:Committed
e.g.
When having stored URL patterns in StaticSizeTrieURLPatternMapper:
/1
/22
/333
Noticed that the longest URL Pattern is /333
Searching a URL Path of /333 will report ArrayIndexOutOfBoundException, but not for /1 or /22
Test have not covered this corner case.