Changeset 653
- Timestamp:
- 07/17/07 15:51:34 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/jpuchalski-active_content/lib/HoneyClient/Agent/Driver/Browser.pm
r652 r653 771 771 my $url = URI::URL->new($link); 772 772 $url->fragment(undef); 773 $link = $url->canonical() ;773 $link = $url->canonical()->as_string(); 774 774 775 775 # XXX: Delete this.
