/**
  * Destructor restores the original SecurityConfiguration.
  */
 public function __destruct()
 {
     ESAPI::setSecurityConfiguration($this->_restoreSecCon);
 }