[Zope3-dev] Opera url parameter troubles

Fred Drake fdrake@zope.com
Sun, 17 Feb 2002 11:40:39 -0500


On Sat, 16 Feb 2002 17:36:15 -0600 (CST)
 sean.bowman@acm.org wrote:
> POST /RolePermissionsManagement;view/action/ HTTP/1.1

Until recently, Python's urlparse module got it wrong too.
Using parameterization on path segments other than the last
is probably poorly supported in general, simply because it
hasn't been used a lot, so browser support for it has been
poorly tested.

It doesn't help that the RFCs have changed over time, which
only serves to complicate implementations.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation