Volodymyr Siedlecki created MYFACES-4525:
--------------------------------------------
Summary: Update Faces to Use Servlet's HttpServletMapping
Key: MYFACES-4525
URL: https://issues.apache.org/jira/browse/MYFACES-4525
Project: MyFaces Core
Issue Type: Improvement
Affects Versions: 4.0.0-RC2
Reporter: Volodymyr Siedlecki
Rather than generating the mappings ourselves, we should just rely on
HttpServletMapping.
I tried updating it myself, but ran into issues with the unit test since we
don't have an underlying servlet in these tests. This caused the returned
HttpServletMapping to be null, and hundreds to tests failed.
Initial test branch: https://github.com/volosied/myfaces/commits/fix-mappings
By updating here, we would also follow Mojarra:
https://github.com/eclipse-ee4j/mojarra/pull/4956
--
This message was sent by Atlassian Jira
(v8.20.10#820010)