You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2015/11/13 20:12:11 UTC

[jira] [Updated] (MESOS-3921) Add protobuf definition for URI.

     [ https://issues.apache.org/jira/browse/MESOS-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jie Yu updated MESOS-3921:
--------------------------
    Description: 
RFC 3986 (https://www.ietf.org/rfc/rfc3986.txt)
scheme:[//[user:password@]host[:port]][/]path[?query][#fragment]

Examples:

{noformat}
ftp://ftp.is.co.za/rfc/rfc1808.txt
http://www.ietf.org/rfc/rfc2396.txt
ldap://[2001:db8::7]/c=GB?objectClass?one
mailto:John.Doe@example.com
news:comp.infosystems.www.servers.unix
tel:+1-816-555-1212
telnet://192.0.2.16:80/
urn:oasis:names:specification:docbook:dtd:xml:4.1.2
magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&dn
{noformat}

  was:
RFC 3986 (https://www.ietf.org/rfc/rfc3986.txt)
scheme:[//[user:password@]host[:port]][/]path[?query][#fragment]

Examples:

ftp://ftp.is.co.za/rfc/rfc1808.txt
http://www.ietf.org/rfc/rfc2396.txt
ldap://[2001:db8::7]/c=GB?objectClass?one
mailto:John.Doe@example.com
news:comp.infosystems.www.servers.unix
tel:+1-816-555-1212
telnet://192.0.2.16:80/
urn:oasis:names:specification:docbook:dtd:xml:4.1.2
magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&dn


> Add protobuf definition for URI.
> --------------------------------
>
>                 Key: MESOS-3921
>                 URL: https://issues.apache.org/jira/browse/MESOS-3921
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Jie Yu
>            Assignee: Jie Yu
>
> RFC 3986 (https://www.ietf.org/rfc/rfc3986.txt)
> scheme:[//[user:password@]host[:port]][/]path[?query][#fragment]
> Examples:
> {noformat}
> ftp://ftp.is.co.za/rfc/rfc1808.txt
> http://www.ietf.org/rfc/rfc2396.txt
> ldap://[2001:db8::7]/c=GB?objectClass?one
> mailto:John.Doe@example.com
> news:comp.infosystems.www.servers.unix
> tel:+1-816-555-1212
> telnet://192.0.2.16:80/
> urn:oasis:names:specification:docbook:dtd:xml:4.1.2
> magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&dn
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)