On 9 oct, 02:51, Sergio <guillaume.se...@gmail.com> wrote: > Jythin 2.5.2 and latest Web2py work ok for me as long as apps don't > use decorators.
Decorators do work, the bug I stumbled upon was hidden within a decorated method. It seems to be the same bug as already reported in issue 341. I might well be a jython regexp problem indeed since TemplateParser seems to make heavy use of them. Still trying to find out why strings types are that much of a problem in a Tomcat environment...