[Zope3-dev] zope.testbrowser too trigger-happy with urlencodes?

2006-06-26 Thread Martin Aspeli
Hi, I've got a situation where a form submit will eventually end up in an action that does (in Zope 2): context.REQUEST.RESPONSE.redirect('/path/to/foo/#bar') This works fine through the web, but using zope.testbrowser, the # gets converted to %23 (which is the correct urlencoding

Re: [Zope3-dev] zope.testbrowser too trigger-happy with urlencodes?

2006-06-26 Thread Stephan Richter
On Monday 26 June 2006 19:29, Martin Aspeli wrote: This works fine through the web, but using zope.testbrowser, the # gets converted to %23 (which is the correct urlencoding of #). The url /pat/to/foo/%23bar is not valid, and I get a 404. I have experienced this error with our namespaces