views:

3201

answers:

1

I'm trying to use Spring WebFlow to redirect to a computed url to an ftp server, but in the ExternalRedirect code are the following lines:

} else if (location.startsWith("http://") || location.startsWith("https://")) {
 sendRedirect(location, request, response);
} else {
 sendServletRelativeRedirect(location, request, response);
}

Is there any way to get Spring WebFlow to redirect to, say, ftp://example.com/?

A: 

There should be a way.... but not that i am aware off:S I have the same problem with my ftp server ( FTP://jasonline.no-ip.biz ) but I still don't know how to solve it

Jason
Yup, there should be a way.The actual answer to my problem was to get laid off, along with the rest of the company, and so now I don't have to care about the answer. :)Thanks,Blake.
bwinton