On Tue, 20 Feb 2007 21:44:48 +0100, Manlio Perillo <[EMAIL PROTECTED]> wrote:
I do not understand why, but childFactory is called 2 times per request. If I replace the n:macro with a n:render, childFactory is called 3 times? Why is this happening?
Pretty normal if you use addSlash=True while not putting an ending / at every url. There's no link between childFactory and macro rendering. _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
