spring-webflow
spring-webflow copied to clipboard
Spring Web Flow
**[Anuj Sharma](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER52229)** opened **[SWF-1760](https://jira.spring.io/browse/SWF-1760?redirect=false)** and commented I am using Spring Boot and Store proc call. When we query for bulk data GET call then a stored proc gets called and...
**[Marco Redo](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER51311)** opened **[SWF-1749](https://jira.spring.io/browse/SWF-1749?redirect=false)** and commented It's known that JavaServer Faces' ViewState value can be used as a CSRF token to prevent CSRF attacks. Anyway, when coupling JavaServer Faces and...
**[Alpheratz](https://jira.spring.io/secure/ViewProfile.jspa?name=alpheratz)** opened **[SWF-1747](https://jira.spring.io/browse/SWF-1747?redirect=false)** and commented Currently, SWF requires that a flow's messages are co-located with the flow definition XML file. This is problematic. I have an application where the users...
As discussed in #97 and [SWF-1740](https://jira.spring.io/browse/SWF-1740), deprecate JUnit3-based testing support and provide replacements for JUnit versions 4 and 5.
**[Tundo Matteo](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER51015)** opened **[SWF-1746](https://jira.spring.io/browse/SWF-1746?redirect=false)** and commented Hi, we are trying to configure an old war application, running on a Jboss application server, in a spring boot JAR. Other dependencies to...
**[Danilo](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER51014)** opened **[SWF-1745](https://jira.spring.io/browse/SWF-1745?redirect=false)** 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...
**[Doug Breaux](https://jira.spring.io/secure/ViewProfile.jspa?name=breaux)** opened **[SWF-1743](https://jira.spring.io/browse/SWF-1743?redirect=false)** and commented Is there any way to make use of [Java EE Asynchronous Web Servlet processing](https://docs.oracle.com/javaee/7/tutorial/servlets012.htm) in Spring Web Flow? I see a fair amount about...
**[Amit Gupta](https://jira.spring.io/secure/ViewProfile.jspa?name=amitgupta1984)** opened **[SWF-1742](https://jira.spring.io/browse/SWF-1742?redirect=false)** and commented I have a spring web flow application, that's contains an end state(booking confirmed) to completed the web flow. There are few hyperlinks available in...
**[Doug Breaux](https://jira.spring.io/secure/ViewProfile.jspa?name=breaux)** opened **[SWF-1481](https://jira.spring.io/browse/SWF-1481?redirect=false)** and commented We really need to invalidate history on an action-state transition. More details in the referenced forum thread, but quick summary: We have a transition...
**[massimo](https://jira.spring.io/secure/[email protected])** opened **[SWF-1736](https://jira.spring.io/browse/SWF-1736?redirect=false)** and commented I have an app thats use this techologies : Primefaces 6.2 spring-boot 2.1.0.RELEASE sping-webflow 2.5.1.RELEASE the problem is that flow is registered and executed, it...