11 Feb
2010
11 Feb
'10
11:08 a.m.
Vedran Miletić wrote:
is * never part of a url then?
According to RFC 1738 from IETF, * is used only as a wildcard, e.g. to denote all newsgroups from specific category. It is never used for specifiying a single URL.
Still, * can appear unencoded in any url, in either pathinfo or in GET arguments, so * is not always the best thing to use. It is better have it configurable (but default to *) Best wishes, Taco