Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2007-03-16 00:04:36
Size: 546
Editor: TheDod
Comment: andrewm answered
Revision 4 as of 2011-02-15 06:05:17
Size: 534
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
by doing self.locals.openid=albatross.context.Vars() during context class constructor (if needed): by doing self.locals.openid=albatross.context.Vars() during context class constructor:

If a url query has a field names that contain a dot (e.g. openid.assoc_handle), bad stuff happens.

For example: try http://www.object-craft.com.au/cgi-bin/alsamp/form4/form.py?funny.field=told+you+so

Update

andrewm gave me advice how to solve the openid problem by doing self.locals.openid=albatross.context.Vars() during context class constructor:

http://www.object-craft.com.au/pipermail/albatross-users/2007-March/001294.html

It worked, but it still feels like a patch to me. Maybe it's an acquired taste :)

None: UrlQueryParsing (last edited 2011-02-15 06:05:17 by localhost)