Bug 397801 - Crawler: Does not handle circularity. Need to add cancel action.
Summary: Crawler: Does not handle circularity. Need to add cancel action.
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Client (show other bugs)
Version: 1.0   Edit
Hardware: PC Mac OS X
: P3 minor (vote)
Target Milestone: 4.0 M1   Edit
Assignee: libing wang CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on: 397899
Blocks:
  Show dependency tree
 
Reported: 2013-01-09 15:20 EST by Mike Wilson CLA
Modified: 2013-09-20 17:25 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Wilson CLA 2013-01-09 15:20:32 EST
Pointing the crawling search at a directory that contains upward symlinks will cause it to run forever.

This isn't a big issue, except that it's also not currently possible to cancel the crawl once it's started.
Comment 1 libing wang CLA 2013-06-14 09:38:39 EDT
We should think about this in 4.0. In more and more cases we are using crawler now.
Comment 2 libing wang CLA 2013-08-07 16:45:47 EDT
fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=4bbc5a477c5250da7f2a460e814f0ae250fee79f.
Added cancel button in the status popup and the capability to cancel the crawling search.