<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,12 @@ class InteractiveController extends InteractiveAppController {
 	
 	var $helpers = array('DebugKit.Toolbar' =&gt; array('output' =&gt; 'DebugKit.HtmlToolbar'));
 	
+	function beforeFilter() {
+		if(!empty($this-&gt;Security)) {
+			$this-&gt;Security-&gt;validatePost = false;
+		}
+	}
+	
   function cmd() {
 		//the debug_kit toolbar component, which is probably included in AppController
 		//forces the output to be FirePHP, which means we can't use makeNeatArray
@@ -24,6 +30,5 @@ class InteractiveController extends InteractiveAppController {
 		$results = $this-&gt;Interactive-&gt;process($this-&gt;data['Interactive']['cmd']);
     $this-&gt;set('results', $results);
   }
-  
-
-}
\ No newline at end of file
+}
+?&gt;
\ No newline at end of file</diff>
      <filename>controllers/interactive_controller.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e985eb998859b2f011e350d4f88dbf267b1177d4</id>
    </parent>
  </parents>
  <author>
    <name>mcurry</name>
    <email>matt@pseudocoder.com</email>
  </author>
  <url>http://github.com/mcurry/interactive/commit/f0157fbbcc558f4ad8133c1bbc1abaf4d1dfe710</url>
  <id>f0157fbbcc558f4ad8133c1bbc1abaf4d1dfe710</id>
  <committed-date>2009-07-23T05:40:45-07:00</committed-date>
  <authored-date>2009-07-23T05:40:45-07:00</authored-date>
  <message>fix compatibility w/ security component</message>
  <tree>77359ca7e8c98c1e53e0ffb4d5d43b707386d7cc</tree>
  <committer>
    <name>mcurry</name>
    <email>matt@pseudocoder.com</email>
  </committer>
</commit>
