0

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.

Vsevolod Golovanov
  • 4,068
  • 3
  • 31
  • 65
Stefan
  • 12,108
  • 5
  • 47
  • 66

1 Answers1

1

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