1
Spring WebFlow를 사용하여 FTP 서버에 계산 된 URL로 리디렉션하려고하지만 ExternalRedirect 코드에는 다음 행이 있습니다.Spring Webflow를 사용하여 ftp : // url로 리디렉션하는 방법은 무엇입니까?
} else if (location.startsWith("http://") || location.startsWith("https://")) {
sendRedirect(location, request, response);
} else {
sendServletRelativeRedirect(location, request, response);
}
Spring WebFlow를 리디렉션 할 수있는 방법이 있습니까? , ftp://example.com/?
그 이후로 작업이 변경되었으므로 이제는 스프링 웹 플로우 (Spring WebFlow)를 사용할 필요가 없으므로 답변을 테스트하지는 못했지만 실제로는 받아 들일 것입니다. 2.5 년 동안 아무 말도하지 않았다. :) 감사! – bwinton