On Tue, Apr 22, 2008 at 05:36:35PM +0200, Thomas Guettler wrote:

> AFAIK ':' is not allowed in a URL path.

RFC 2396 section 3.3 ("Path Component") suggests otherwise. ":" is a
"reserved" character in the URI spec, but that doesn't mean it must be
escaped in *all* components of a URI, and in particular path segments
(the bits between '/') may contain unescaped colons.

HTH,
James

-- 
/--------------------------------------------------------------------------\
  James Aylett                                                  xapian.org
  [EMAIL PROTECTED]                               uncertaintydivision.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to