On Sep 16, 2008, at 1:57 AM, Petr Kobalíček wrote:
> > Note, I read every document on internet related to pylons and HEAD, > but I think problem is in pylons itself. I tried simple test like > this: > > class PagePublicController(base.BaseController): > def index_ROOT(self): > return "" > > or > > class PagePublicController(base.BaseController): > def index_ROOT(self): > return [] > > and this produces internal server error too. > > here is some interesting stuff, but not solves my problem: > http://pylonshq.com/pasties/922 > > So my question is, it's a bug or I'm doing something wrong ? This is now fixed in mercurial tip. Thanks for pointing it out as we missed tagging that ticket for the 0.9.7 release, and this was a critical issue. -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
