Danilo opened SWF-1745 and commented
Hello,
we're trying to bring a legacy WAR application (once deployed on an ordinary Application Server) over to Spring Boot (as a JAR).
The application uses WebFlow and Faces, among other stuff; and it uses JSF as the templating technology. Configuring the all of this as shown in the WebFlowConfiguration.java attachment and positioning the other two attachments over into src/main/resources/flows/view just doesn't work.
What happens is that the flow is 100% reachable on the address:
http://localhost:8080/context-path/mvc-servlet-path/view
Affects: 2.5.1
Attachments:
Danilo opened SWF-1745 and commented
Hello,
we're trying to bring a legacy WAR application (once deployed on an ordinary Application Server) over to Spring Boot (as a JAR).
The application uses WebFlow and Faces, among other stuff; and it uses JSF as the templating technology. Configuring the all of this as shown in the WebFlowConfiguration.java attachment and positioning the other two attachments over into src/main/resources/flows/view just doesn't work.
What happens is that the flow is 100% reachable on the address:
http://localhost:8080/context-path/mvc-servlet-path/view
Affects: 2.5.1
Attachments: