Coping with RFCs
Generally yes. Sofware all over the world should be modified to follow the
new standards. The culprit in my opinion is the "backward compatibility"
that many RFCs allow. It would be lot easier to cope with standards if they
said "This is the standard, old standard become invalid at date YYYY-MM-DD
(say year from now).", and then fix all old and broken software: Supposing
that there is someone out there to fix them. If there isn't anybody any
more, then the software should be abandoned and moved on to something
newer.
Right now we carry way too old features all over the net.
What is the correct URL format
I was wrong and Edward was right :-) Or should I say that I looked at
outdated RFC. I found yet another pointer rfc2396 (what a co-incidence to
Edward's rfc) Here are the relevant snippet:
This document defines the generic syntax of URI, including both absolute
and relative forms, and guidelines for their use; it revises and
replaces the generic definitions in RFC 1738 and RFC 1808.
This document updates and merges "Uniform Resource Locators" [RFC1738]
and "Relative Uniform Resource Locators" [RFC1808] in order to
>> define a single, generic syntax for all URI.
In practice, URI are delimited in a variety of ways, but usually
within double-quotes "http://test.com/", angle brackets
<http://test.com/>, or just using whitespace
Using <> angle brackets around each URI is especially recommended as
a delimiting style for URI that contain whitespace.
>> The prefix "URL:" (with or without a trailing space) was recommended
as a way to used to help distinguish a URL from other bracketed
designators, although this is not common in practice.
For robustness, software that accepts user-typed URI should attempt
to recognize and strip both delimiters and embedded whitespace.
So I conlude that <URL:> is still valid, but considered outdated form.
jari
[
Usenet Hypertext FAQ Archive |
Search Mail Archive |
Authors |
Usenet
]
[
1993 |
1994 |
1995 |
1996 |
1997
]
© Copyright The Internet FAQ Consortium, 1997
All rights reserved