-
Notifications
You must be signed in to change notification settings - Fork 914
Known Issues
bcoles edited this page Oct 12, 2010
·
16 revisions
Known issues or bugs.
- The web spider, Anemone doesn't following 302 redirects
- Don't use aggressive modes with website spidering as it will repeat the tests and URL requests.
- :regexp matches are case sensitive, you can make then case insensitive by appending i, eg. /foobar/i will match FOObar
- The MD5 hashing algorithm is used not for it's security but for it's speed as a hashing algorithm especially compared to SHA1
- Timeout settings do not apply to the Anemone spider
- Meta refresh redirects do not apply to the Anemone spider