Jorge Vargas wrote: > On Wed, Oct 28, 2009 at 9:03 AM, Mike C. Fletcher > <[email protected]> wrote: > ... > encourage you to upgrade WSGIAppController to support this usecase. > ... > As for the original content type issue I strongly suggest you use the > 2.1 version of the code as we had a very hard to fix bug, please > follow this documentation > http://www.turbogears.org/2.1/docs/main/ResponseTypes.html#setting-the-content-type > (the ticket is linked from there) > That fix is, in essence, what I did, but with a hack decorator that eliminates the template engine lookup in the decorators module. I can't update the production system to use 2.1 just yet (alpha isn't something they'll like :) ). I'm really not looking for the full FileApp support, so simply fixing the attempt to look up the templating engine is all *I* need. The fact that the fix is in 2.1 for this usage is sufficient for my clients needs, as we will eventually move to 2.1. Only thing I can imagine needing the full fileapp stuff for is serving up big media files (GBs) without needing to load into ram.
Thanks, Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

