Hi Max, It seems to work fine for me in 0.9.5. Where abouts did you put the middleware line in config/middleware.py? Could you send me that file? Also what does your controller look like? Can you send me your config file too and I'll take a look. Are you doing anything complicated?
It looks like the middleware is setup incorrectly, it needs to go after the httpexceptions middleware and before the error documents middleware. > http://authkit.org/docs/pylons.html#getting-started These are the docs for the 0.3.0pre5 version you are using. (where did you get the strange timestamp from?) > http://docs.pythonweb.org/display/authkitcookbook/Getting+Started+With+AuthKit This is the new version I'm working on to coincide with the 0.4.0 release which supports middleware plugins using entry points and has some unit tests so you should use the first link for the timebeing. Cheers, James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
