Ticket #114 (closed bug: fixed)

Opened 1 year ago

Last modified 10 months ago

Browsing to images directly get marked as 'links_timed_out'

Reported by: kindlund Assigned to: kindlund
Priority: normal Milestone: 1.0
Component: HoneyClient::Agent::Driver::Browser Version: 0.99
Severity: minor Keywords: agent, browser, image, content, type, html
Cc:

Description

Currently, the Browser assumes all links given are of type HTML or Flash. When directly image URLs are given, it tries to parse the image data as HTML and fails. As a result, the Browser then assumes the image URL was a link 'timed out', when it reality, it was successfully rendered in the Browser.

Attachments

Change History

12/18/07 14:40:40 changed by xkovah

  • status changed from new to closed.
  • resolution set to fixed.

This was fixed in trunk commit 1082 because when fixing the max_relative_links_to_visit behavior, Daien and I also fixed the logic so that it can only be considered a timeout if(!defined($content)). This is because besides images, I found that in general, even if you went to a normal site which had text content but no links, because _scoreLinks didn't return any links, the logic accidentally took the timeout branch.


Add/Change #114 (Browsing to images directly get marked as 'links_timed_out')




Change Properties
Action