[albatross-users] Two more issues

Michael C. Neel neel at mediapulse.com
Thu Dec 5 06:42:29 EST 2002


I've come across two more issues with the toolkit (I know I've sent a
lot of issues to the list, but that is in no way a bad mark on
albatross; if it wasn't as awesome as it is I wouldn't be using it!)

1.)  Setting multiple cookies.  Currently it looks as if calls to
ctx.request.write_header with the same header to set (in this case
"Set-cookie") will overwrite each other, and write_header doesn't like
tuples/lists.

2.)  Al-if (and maybe other tags, I haven't tested) do not "see" session
varaibles.  For example if I have state as a session var, it will be
displayed correctly on an al-input name="state" tage, but al-if
expr="state == 'TN'" will error with no var names state.

I don't know when you plan on a 1.02, but just as a convience, here's
mike's short list...

1) the above (if they are not my errors of cource)
2) the al-input with a zero value (there was a patch on the list for
this)
3) passing the status back as a result of a run (mod_python issue
really)
4) ctx.req_equals using both image and image.x (a convienence really)
5) ctx.req_equals returning true only if the field exists is not blank,
right now it will return true for empty fields on the second submission
of the same page.

Thanks,
Mike



More information about the Albatross-users mailing list