Hi Chris! > The problem with making Catwalk it's own middleware is that I'd have > to re-implement all of the rest dispatch, and I don't really have a > desire to do that.
Shouldn't it be possible to make it just a TG2 app mounted in a TG2 app, instead a TG2 controller. In this way, you should have much more control and be able to use TG2 dispatching instead of creating your own own. For example, you could also use your own SA session, since the session provided by the user might be suboptimal for your purposes. Of course TG2's middleware shouldn't be configured full_stack then (not provide all middleware again). I mention all these, as I think, that the patch mentioned above is just a symptom of the same problem. Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
