> The only new thing here is number 2, right? I think that's great. Since > some browsers use the file extension to interpret the content type, and > since it is handy if you want to save a web page, it's usually a good > idea to add the proper extension anyway.
The thing that goes away is the ability to create arbitrary rules which are used to decide which format should be returned via the predicate dispatch part of RuleDispatch style generic functions. There will be a defined lookup procedure in the TurboGears controller code, and it will work the way it works. However I think the dispatch logic should be contained in a single dispatch method on the TurboGears base controller so that it's easy to override by subclassing the base controller. --Mark --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
