<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 18, 2016 at 4:13 PM, Thomas De Schampheleire <span dir="ltr"><<a href="mailto:patrickdepinguin@gmail.com" target="_blank">patrickdepinguin@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><div class="h5">
<br>
</div></div>So this means that Kallithea would start using the 'default' routing<br>
method used by Turbogears projects?<br>
Is this a big impact / does it require a lot of work, according to you?<br></blockquote><div><br></div><div>Nope, just that instead of relying RoutesMiddleware to run mapper.routematch and fill environ with routes variables (routes.url, routes.route, wsgiorg.routing_args) those should be filled by RootController itself. </div><div><br></div><div>Actually as I'm moving the routing logic from Kallithea to tgext.routes (so that Kallithea can just use it instead of implementing custom routing itself) that change is already undergoing, but I didn't have time to finish it so far.</div><div><br></div><div><br></div></div></div></div>