14 Feb
2005
14 Feb
'05
6:13 p.m.
Michele Marcionelli wrote at 2005-2-14 12:18 +0100:
... Now: If I try to add a "Silva Document" within the "Silva Management Interface" the URL redirects to:
https://www.mysite.com/zope/silva/edit/add_object? meta_type=Silva%2520Folder (-> and then I get a System problem...)
instead of
https://www.mysite.com/zope/silva/edit/add_object? meta_type=Silva%20Folder
See: %2520 instead of %20
Note that "%20" is wrong as well: the so called "query string" must not contain blanks, neither verbatim nor as "%20". In query strings blanks must be coded as "+". It looks like a Silva bug (using "quote" instead of "quote_plus"). -- Dieter