gpt4 book ai didi

java - 将我的应用程序的 http 请求重定向到 spring webflow 中的外部网站

转载 作者:行者123 更新时间:2023-12-02 09:17:42 25 4
gpt4 key购买 nike

我想将访问我网站的人重定向到外部网站。我在 flow.xml 中使用了这段代码

<view-state id="redirect" view="externalRedirect:contextRelative:#{http://google.com}"/>

我还尝试将此代码添加到我的操作类中的方法中,但无法进行重定向

context.getExternalContext().requestExternalRedirect("http://google.com");

执行此操作时,我收到如下所示的错误:

java.lang.IllegalStateException: Cannot call sendRedirect() after the response has been committed] with root cause java.lang.IllegalStateException: Cannot call sendRedirect() after the response has been committed

浏览文档后我意识到我们可以使用直接 url 作为

<view-state id="redirect" view="externalRedirect:http://google.com"/>

但我的输出似乎没有取得任何进展。

最佳答案

更改您的<view-state>进入<end-state> :

<end-state id="redirect" view="externalRedirect:http://google.com"/>

关于java - 将我的应用程序的 http 请求重定向到 spring webflow 中的外部网站,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58883275/

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