gpt4 book ai didi

java - 我可以从 GET 中删除 'execution' 参数吗?

转载 作者:行者123 更新时间:2023-12-02 08:20:17 29 4
gpt4 key购买 nike

我使用Spring Webflow。我可以从 GET 中删除“执行”参数吗?

例如:

http://localhost:8090/myapp/account/register.do ?执行=e1s2

http://localhost:8090/myapp/account/register.do ?执行=e2s12

http://localhost:8090/myapp/account/register.do ?执行=e3s2

最佳答案

您可以通过将流程执行器的 always-redirect-on-pause 属性设置为 false 来实现此目的,但不建议这样做 - execution 参数导致网址有状态可添加书签

<webflow:flow-executor id="flowExecutor" >
...
<webflow:flow-execution-attributes>
<!-- without execution param -->
<webflow:always-redirect-on-pause value="false"/>
</webflow:flow-execution-attributes>
</webflow:flow-executor>

此网址可能有用:http://www.ervacon.com/products/swf/tips/tip4.html

关于java - 我可以从 GET 中删除 'execution' 参数吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5594137/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com