Spring Webflow 2 and bookmarkable URLs
问题 Currently due to the Post/Redirect/Get pattern all flow urls are something like <site_url>/flow_name?execution=? and input GET parameters are not preserved. Thus the users can't copy the url, or bookmark it. Any suggestions how could this be done neatly ? 回答1: We can bookmark a SWF based application's URL by customising FlowHandlerAdapter of SWF API. Here is a sample: My SWF configuration file would have: <bean id="flowController" class="org.springframework.webflow.mvc.servlet.FlowController"