Search code examples
spring-bootjoinfaces

How to change the servlet mapping in JoinFaces?


The default servlet mapping in JoinFaces seems to be *.jsf.

How may I change it to a different mapping? I could not find a setting in Spring Boots application config file.


Solution

  • Starting from JoinFaces 3.1.0, it is possible to configure servlet mapping. See details.