Closed pdudits closed 1 week ago
Fixes #5525.
I assume mapping is not null, but the assumption was in the previous version as well by means of calling .startsWith(mapping).
mapping
null
.startsWith(mapping)
Project builds, and the fix can be tested by trivial example where facesServlet would be mapped to /*.
facesServlet
/*
Excellent, but please recreate PR for 4.0 branch instead of master (5.0) branch.
Fixes #5525.
I assume
mapping
is notnull
, but the assumption was in the previous version as well by means of calling.startsWith(mapping)
.Project builds, and the fix can be tested by trivial example where
facesServlet
would be mapped to/*
.