[Zope-dev] appending %20 to zclass-methods ids
Joachim Schmitz
js@ac-copy.net
Thu, 3 Feb 2000 15:57:31 +0100 (CET)
bug or feature ?
explanation:
I modified the load_site.py script so that I can also edit dtml-methods
and dtml-documents with a command like:
load_site -u user:pass -v -e http://zope.host.com/test index_html
this works for normal Zope-folders since it actually calls:
http://zope.host.com/test/index_html/manage_edit using client.py
When I create a zclass, and define a zclass-method index_html, this is
actually named "index_html%20" so that my call:
http://zope.host.com/test/Products/Classname/propertysheets/methods/index_html/manage_edit
fails, with "..../index_html%20/manage_edit" it works.
this "%20" is always appended to zclass-method-ids, why ?
Mit freundlichen Grüßen
Joachim Schmitz
WWW-Consultant
email: js@ac-copy.net
tel: +49-241-89491-0
fax: +49-241-89491-29