我可以删除“执行”吗?来自 GET 的参数?
我使用 Spring Webflow。我可以从 GET 中删除“执行”参数吗?
例如:
http://localhost:8090/myapp/account/register.do? execution=e1s2
http://localhost:8090/myapp/account/register .do?execution=e2s12
http://localhost: 8090/myapp/account/register.do?execution=e3s2
I use to Spring Webflow. Can I get remove of the 'execution' parameter from GET?
For example:
http://localhost:8090/myapp/account/register.do?execution=e1s2
http://localhost:8090/myapp/account/register.do?execution=e2s12
http://localhost:8090/myapp/account/register.do?execution=e3s2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过将流执行器的
always-redirect-on-pause
属性设置为false
来实现,但不推荐 -execution
参数原因该网址有状态且可加入书签。此网址可能有用: http://www.ervacon.com/products/swf/tips/tip4.html
You can do it by setting
always-redirect-on-pause
attribute of flow executor tofalse
, but it is not recommended -execution
parameter causes that url is stateful and bookmarkable.This url may be useful: http://www.ervacon.com/products/swf/tips/tip4.html