I have created a new Appfuse 2.1.0 struts2 application and from the servlet i want to redirect to https://gmail.com, i have used the following code:
response.sendRedirect("https://gmail.com");
但这条线不起作用, 我的应用程序没有被重定向到这个我指定的域 。 我是否需要做任何配置才能从我的应用程序中 重定向到另一个域?