flimzy commented on pull request #3638:
URL: https://github.com/apache/couchdb/pull/3638#issuecomment-888278678


   > I'm fine with this change but would appreciate pointers to relevant RFC's. 
in the original ticket there was a brief but lively (and unresolved) discussion 
around that.
   
   I believe the relevant RFC, as I mentioned in my now-closed-as-duplicate bug 
https://github.com/apache/couchdb/issues/3565, is [RFC3986 
2.2](https://datatracker.ietf.org/doc/html/rfc3986#section-2.2):
   
   
   >       gen-delims  = ":" / "/" / "?" / "#" / "[" / "]" / "@"
   >
   > A subset of the reserved characters (gen-delims) is used as delimiters of 
the generic URI components described in Section 3.
   
   And the preamble to section 3:
   
   > The generic URI syntax consists of a hierarchical sequence of components 
referred to as the scheme, authority, path, query, and fragment.
   >
   >      URI         = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
   >
   >      hier-part   = "//" authority path-abempty
   >                  / path-absolute
   >                  / path-rootless
   >                  / path-empty
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to