"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
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )