Some very aggressive search engines (spiders) seem to be following
form action="xxxx" references in pages as well as the usual href
links. As a result probes by such greedy theives can cause
unexpected changes to wiki web pages. One such example recently
has been the triggering of the patch for ZWiki/plugins/Tracker.py --Bill Page, Thu, 10 Mar 2005 23:09:25 -0600 reply diff -au test/Products/ZWiki/plugins/Tracker.py main/Products/ZWiki/plugins/Tracker.py --- test/Products/ZWiki/plugins/Tracker.py 2004-11-17 14:57:59.000000000 -0600 +++ main/Products/ZWiki/plugins/Tracker.py 2005-03-10 22:55:09.000000000 -0600 @@ -296,10 +296,11 @@ if status != self.status: comment += "Status: %s => %s \n" % (self.status,status) self.manage_changeProperties(status=status) - log = log orStatus: open => testing Name: '#121 bogus property change comments' => '#121 bogus property change comments'
Status: testing => closed
|