19 Sep
2004
19 Sep
'04
8:56 p.m.
On Sun, Sep 19, 2004 at 10:01:52PM +0200, Dieter Maurer wrote:
John Poltorak wrote at 2004-9-17 22:43 +0100:
Are there any known issues when uploading via FTP files with names like:-
content.asp%3Fcontent_category_id=1
I get a '426 Error creating file.' msg after it has been sent.
What can I do about it?
"%" is not allowed in Zope ids. In stock Zope, only the following characters are allowed in Zope ids: 'a-zA-Z0-9-_~,.$()# '
Either avoid names with characters not allowed in Zope ids or relax the Zope id restriction.
I'm attempting to import a FrontPage-built website into Zope and would prefer to make as few changes as possible. I can't see anything about 'relaxing Zope id restriction'. Any hints about where I should look?
-- Dieter
-- John