Changeset 644
- Timestamp:
- 07/16/07 17:31:01 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/jpuchalski-active_content/lib/HoneyClient/Agent/Driver/Browser.pm
r643 r644 1043 1043 $tempFile->close(); 1044 1044 1045 # XXX: delete this, eventually. 1046 $LOG->info("tmpfile = " . $tempFile->filename . " base_url = " . $base); 1047 1045 1048 %scored_links = HoneyClient::Agent::Driver::ActiveContent::process( 1046 1049 file => $tempFile, … … 1049 1052 # TODO: Check to make sure that temp files are getting deleted 1050 1053 # properly (when normal conditions apply). 1054 1055 use Data::Dumper; 1056 $Data::Dumper::Terse = 0; 1057 $Data::Dumper::Indent = 1; 1058 # XXX: delete this, eventually. 1059 $LOG->info("scored links = " . Dumper(\%score_links)); 1051 1060 1052 1061 # Assume that all other content types are HTML-based.
