url-generator - support ftp?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

url-generator - support ftp?

Hank Ratzesberger-3
Hi,

This is a Read The Fine Code question, I'm sure, but the wiki documents say 
that url-generator supports the ftp protocol, but upon first attempt, I get:

submission URL scheme not supported: ftp

I'm wondering if you think this is a fix and it was working at one time, or 
the code is long gone. 

Best,
Hank

--
Hank Ratzesberger
XMLWerks.com



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: url-generator - support ftp?

Erik Bruchez
Administrator
Hank,

Good catch. This seems to have changed on July 25, 2008:

https://github.com/orbeon/orbeon-forms/commit/d718409960434d58dcaee702c2a397587cc068a4#diff-2

Previously, we used the Java URL and URLConnection, which support
"http, https, ftp, file, and jar":

http://download.oracle.com/javase/1.5.0/docs/api/java/net/URL.html

I have updated the doc here to reflect this:

http://wiki.orbeon.com/forms/doc/developer-guide/processors-url-generator

-Erik

On Sun, Aug 28, 2011 at 4:27 PM, Hank Ratzesberger <[hidden email]> wrote:

> Hi,
> This is a Read The Fine Code question, I'm sure, but the wiki documents say
> that url-generator supports the ftp protocol, but upon first attempt, I get:
> submission URL scheme not supported: ftp
> I'm wondering if you think this is a fix and it was working at one time, or
> the code is long gone.
> Best,
> Hank
>
> --
> Hank Ratzesberger
> XMLWerks.com
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws