[Zope-dev] OFS.objectManager checking object Ids

David C. Kankiewicz kankie@thegrid.net
Wed, 09 Aug 2000 23:33:52 -0700


"Jay, Dylan" wrote:
> 
> As I said, when the url is quoted there is no problem.
> 
> http://azonia.auslabs.lucent.com/Auslabs/AuslabsFAQ/Where%20is%20X%3f
> 
> causes no problems. The above object is sitting happily inside Zope with a
> question mark at the end. I had to let the bad_id check let it pass but is
> there any reason why it shouldn't?


bad_id=ts_regex.compile('[^a-zA-Z0-9-_~\,\. ]').search #TS

The .search was .match
Changing it back restores the behavior, who changed it and why is the
question?


I can't find any reason why, atleast not right now.
Maybe I need more sleep :), didn't remember the URL quoting stuff...


David