* scriptor Robert Brewer, explico 
> 
> There's even a 3rd case: HTTP's Request-URI. For example, '//path' must
> be treated as an abs_path consisting of two path_segments ['', 'path'],
> not a net_loc, since the Request_URI must be one of ("*" | absoluteURI |
> abs_path | authority).
> 
> See
> http://www.cherrypy.org/browser/branches/815-urljoin/cherrypy/wsgiserver
> /__init__.py#L247 for an implementation.

Thanks for passing on this note and the example. 
Gives an idea of changes required in urlparse modules for RFC2396 compliance 

-- 
O.R.Senthil Kumaran
http://uthcode.sarovar.org
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to