After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 170485 - rfc 3986 support
rfc 3986 support
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
2.6.x
Other All
: Normal enhancement
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-15 18:55 UTC by martijn
Modified: 2017-06-17 15:04 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description martijn 2005-03-15 18:55:28 UTC
from an email from Daniel:
> Hum, currently the URI modules follows 2396, but 3986 is out which
> obsoletes 2396,   http://www.ietf.org/rfc/rfc3986.txt
>   "This document obsoletes [RFC2396], which merged "Uniform Resource
>    Locators" [RFC1738] and "Relative Uniform Resource Locators"
>    [RFC1808] in order to define a single, generic syntax for all URIs.
>
> the uri.c module needs to be updated. Problem is that most XML specs
> reference 2396 normatively ... Evolution of standard is always a hard issue.
> I suggest you open an enhancement request in bugzilla.
Comment 1 Michael Wallner 2006-02-24 17:17:49 UTC
I second that.
It would also ditch those "invalid URI" warnings about xmlns="DAV:".
Comment 2 Nick Wellnhofer 2017-06-17 15:04:28 UTC
The URI parser should comply to RFC 3986 these days.