Skip to content

Commit

Permalink
Revert "MYFACES-4524: Create exact mapping when non faces mapping mat…
Browse files Browse the repository at this point in the history
…ches servlet path"

This reverts commit 5520533.
  • Loading branch information
volosied committed Jan 3, 2025
1 parent 3385a6f commit c85018e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ else if (allowExactMatch && mapping.startsWith("/") && mapping.equals(servletPat
}
if (mapping.equals(servletPath))
{
return FacesServletMapping.createExactMapping(mapping); // MYFACES-4524
return FacesServletMapping.createPrefixMapping(mapping);
}
}
}
Expand Down

0 comments on commit c85018e

Please sign in to comment.