spring-webflow
spring-webflow copied to clipboard
Spring Web Flow
**[Volker Malzahn](https://jira.spring.io/secure/ViewProfile.jspa?name=malzahn)** opened **[SWF-1726](https://jira.spring.io/browse/SWF-1726?redirect=false)** and commented Following NPE occurs when running a webapp based on SWF 2.4.7, MyFaces Core 2.2.12 and WebSphere 9.0.7: ``` java.lang.NullPointerException at java.util.Hashtable.get(Hashtable.java:403) at com.ibm.ws.webcontainer.srt.SRTRequestContext.getSession(SRTRequestContext.java:98) at...
**[Vincent](https://jira.spring.io/secure/ViewProfile.jspa?name=de%20rijcke)** opened **[SWF-1734](https://jira.spring.io/browse/SWF-1734?redirect=false)** and commented Not working: Spring WebFlow 2.5.1 / Spring 5.1.5.RELEASE / JSF 2.2 / Tomcat 8.5.32 Working if using Spring WebFlow 2.4.5 / Spring 4.3.5 `FlowResourceHandler` throws...
**[oleg](https://jira.spring.io/secure/ViewProfile.jspa?name=bd)** opened **[SWF-1733](https://jira.spring.io/browse/SWF-1733?redirect=false)** and commented 1) model has public method with the name validate${state} 2) In browser we add param &_eventId=someValue to url (for example: &_eventId=sendSms) 3) We expect exception:...
**[Siavash Arya](https://jira.spring.io/secure/ViewProfile.jspa?name=siamaster)** opened **[SWF-1732](https://jira.spring.io/browse/SWF-1732?redirect=false)** and commented I'm sending a Multipart request with RestTemplate and I realized that it include 3 headers for each part: Forexample: Content-Disposition: form-data; name="body" Content-Type: text/plain;...
**[Lars Grefer](https://jira.spring.io/secure/ViewProfile.jspa?name=larsgrefer)** opened **[SWF-1731](https://jira.spring.io/browse/SWF-1731?redirect=false)** and commented The reference documentation contains links to https://src.springframework.org/svn/ which are not reachable. The links can be found in these sections: https://docs.spring.io/spring-webflow/docs/2.5.0.RELEASE/reference/htmlsingle/#whatsnew-samples https://docs.spring.io/spring-webflow/docs/2.5.0.RELEASE/reference/htmlsingle/#d5e187 https://docs.spring.io/spring-webflow/docs/2.5.0.RELEASE/reference/htmlsingle/#spring-mvc-embedded-flow-examples https://docs.spring.io/spring-webflow/docs/2.5.0.RELEASE/reference/htmlsingle/#spring-faces-embedded-mode ---...
**[Doug Breaux](https://jira.spring.io/secure/ViewProfile.jspa?name=breaux)** opened **[SWF-1729](https://jira.spring.io/browse/SWF-1729?redirect=false)** and commented I'm trying to persuade myself to what extent a Web Flow application would automatically not be vulnerable to CSRF. CSRF depends on an existing...
**[Omid P](https://jira.spring.io/secure/ViewProfile.jspa?name=omidp)** opened **[SWF-1704](https://jira.spring.io/browse/SWF-1704?redirect=false)** and commented due to FlowViewHandler, it is not possible to use [Primefaces Dialog framework](https://www.primefaces.org/showcase/ui/df/data.xhtml) in spring webflow. I've tested it in [primefaces-showcase](https://github.com/spring-projects/spring-webflow-samples/tree/master/primefaces-showcase) --- **Affects:** 2.4.4 1...
**[Vijay Thangavelu](https://jira.spring.io/secure/ViewProfile.jspa?name=vijayt27)** opened **[SWF-1699](https://jira.spring.io/browse/SWF-1699?redirect=false)** and commented Problem: SWF 2.4 does not have option to set/override DefaultFlowExecutionRepository.alwaysGenerateNewNextKey in webflow definitions. we need to have alwaysGenerateNewNextKey to false to fix our problem....
**[Bharat](https://jira.spring.io/secure/ViewProfile.jspa?name=bharat)** opened **[SWF-1697](https://jira.spring.io/browse/SWF-1697?redirect=false)** and commented Please see https://github.com/spring-projects/spring-boot/issues/7912 for full details. --- **Affects:** 2.4.4 **Reference URL:** https://github.com/spring-projects/spring-boot/issues/7912
**[Doug Breaux](https://jira.spring.io/secure/ViewProfile.jspa?name=breaux)** opened **[SWF-1588](https://jira.spring.io/browse/SWF-1588?redirect=false)** and commented From a User Experience standpoint, it's jarring to have to start the flow over again if a session timeout occurred while sitting on the...