cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: query part for non-HTTP(S) URLs

From: Jonas Schnelli <jonas.schnelli_at_include7.ch>
Date: Thu, 24 Nov 2011 11:59:19 +0100

> On Tue, 22 Nov 2011, Jonas Schnelli wrote:
>
>> Maybe we do a small "table":
>
> Good idea, although I'd like it to update the table slightly to look like below, I marked my changed lines with *. Steve Holme's remark about POP3 should still make us cut the query part now, and only if we introduce some kind of handling of the query part in the future _then_ we change the bit to not cut.
>
> DICT -> cut query
> FILE -> cut query
> FTP -> cut query
> FTPS -> cut query
> GOPHER -> NO CUT
> HTTP -> NO CUT
> HTTPS -> NO CUT
> IMAP -> cut *
> IMAPS -> cut *

What about?
* _PROXY
(like IMAP_proxy, IMAPS_proxy, POP3_proxy, etc.)?
I do not have any idea how the proxys are internally handled.

> LDAP -> NO CUT
> LDAPS -> NO CUT
> POP3 -> cut *
> POP3S -> cut *
> RTMP -> NO *
> RTSP -> NO *
> SCP -> cut query
> SFTP -> cut query
> SMTP -> cut query
> SMTPS -> cut query
> TELNET -> cut query
> TFTP -> cut query

Okay. No more objections about the table?!
Here is the patch for changing curl to act like described in the table above.
So curl would than be more URI/RFC conform.

Tests run fine with the patch.

</jonas>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-11-24