Changeset 651
- Timestamp:
- 07/17/07 15:41:35 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/jpuchalski-active_content/lib/HoneyClient/Agent/Driver/Browser.pm
r650 r651 647 647 648 648 # Get the hostname supplied. 649 #XXX: Delete these. 650 $LOG->info("_extractHostname: " . URI::URL->new($arg)->authority()); 649 651 return URI::URL->new($arg)->authority(); 650 652 } … … 770 772 $url->fragment(undef); 771 773 $link = $url->canonical(); 774 775 # XXX: Delete this. 776 $LOG->info("_validateLink: " . $link); 772 777 773 778 # First, check to see if the link is either an
