tgext.routes changes

Thomas De Schampheleire patrickdepinguin at gmail.com
Thu Jul 7 17:42:22 UTC 2016


On Thu, Jul 7, 2016 at 12:41 PM, Søren Løvborg <sorenl at unity3d.com> wrote:
> Sorry for the delay, I've been deep in the Alembic stuff (supporting
> migrations across three database engines is hard). :-)
>
> There are a number of ways to proceed:
>
> 1) "The status quo hack"
>
> Hack the TG port to emulate Routes (that is: use _method for routing, but
> don't actually change HTTP request method), or hack Kallithea to reset
> request method to POST after the routing step. Example:
>
> https://bitbucket.org/Unity-Technologies/kallithea/commits/714021984b5894fa74a88bfaa228fef4b0f545b7
>
> As can be seen, this the quick and dirty solution, and might be viable as a
> transitional hack.

This indeed solves most of the remaining test failures, and I think I
will commit it to the kallithea-tg repo, at least temporarily.

Thanks!
Thomas


More information about the kallithea-general mailing list