From: Mike Taylor Date: Tue, 4 Jan 2011 13:31:39 +0000 (+0000) Subject: Set $ZOOM::IRSpy::xslt_max_depth to 3500 ... ugh. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=5541a75ddf4c3b9178317d56672efb14e74d1d82;hp=d554258fd51d1e0aa765e6213d3334fce52d70c5 Set $ZOOM::IRSpy::xslt_max_depth to 3500 ... ugh. --- diff --git a/web/htdocs/details/check.mc b/web/htdocs/details/check.mc index a7485ba..20de4a7 100644 --- a/web/htdocs/details/check.mc +++ b/web/htdocs/details/check.mc @@ -34,6 +34,7 @@ $m->flush_buffer(); # on in the HTTP configuration, so we don't even try -- instead, # having ZOOM::IRSpy::Web::log() explicitly calling $m->flush_buffer() +$ZOOM::IRSpy::xslt_max_depth = 3500; ### Hideous hack my $db = ZOOM::IRSpy::connect_to_registry(); my $spy = new ZOOM::IRSpy::Web($db, admin => "fruitbat");