-
Committer:
Jacques Distler
-
Date:
2008-12-21 08:47:45 UTC
-
Revision ID:
distler@golem.ph.utexas.edu-20081221084745-uejark9vs90tezp7
Fix Recursive Includes
Another very amusing 3-year old bug from the main Instiki Bug Tracker
(don't they ever fix anything?): the chunk-handling code was supposed
to prevent recursive [[!include ...]] statements. Alas, instead of
actually preventing them it would -- when it encountered a recursive
include -- churn away until Rails ran out of stack space.
Fixed.