From e1935395cc54882f3828b747959c414759227610 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 27 Oct 2009 03:52:45 +0000 Subject: [PATCH] --- sfatables/TO_CLEANUP | 1 + sfatables/test.rspec | 2 +- sfatables/test.sfarspec | 2 +- sfatables/xmlrule.py | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sfatables/TO_CLEANUP b/sfatables/TO_CLEANUP index 1b98c009..bb7db58c 100644 --- a/sfatables/TO_CLEANUP +++ b/sfatables/TO_CLEANUP @@ -1,2 +1,3 @@ 1# Load sfatables rules only once, not on every request. 2# Set request context based on the context requested by the match/target. +3# Remember the element type at run time diff --git a/sfatables/test.rspec b/sfatables/test.rspec index a7173e86..387594b8 100644 --- a/sfatables/test.rspec +++ b/sfatables/test.rspec @@ -2,7 +2,7 @@ - + diff --git a/sfatables/test.sfarspec b/sfatables/test.sfarspec index ca39017e..a634adff 100644 --- a/sfatables/test.sfarspec +++ b/sfatables/test.sfarspec @@ -3,7 +3,7 @@ plc.princeton.sapanb user-hrnplc.princeton.sapanb - blacklistplc.tp + blacklistplc.princeton diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index 9e06bbfc..52bea31e 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -84,6 +84,7 @@ class XMLRule: # then target(target_args, rspec) # else rspec + import pdb if (self.match(rspec)): return (True,self.wrap_up(self.target(rspec))) else: -- 2.43.0