1 Oct
2003
1 Oct
'03
5:20 p.m.
However, Zope does not allow plus signs (+) in URL's. It tries to pass it off that plus is an invalid character for a URL. However, plus is a perfectly valid character for a URL (ref: http://www.ietf.org/rfc/rfc1738.txt).
Its nothing to do with URL's, its that its not a valid name for a Zope object.
So, why is Zope doing this, and much more importantly what does Zope think ARE valid characters for a URL?
From OFS.ObjectManager.py the following are valid... [^a-zA-Z0-9-_~,.$\(\)# ] If you really wanted you could patch that to add allow a +. -- Andy McKay http://www.agmweb.ca