The module is breaking the search!!!
1. Create a node protected with a password.
2. Set access rights to view protected content for anonymous
3. The best way to see this effect is to use a different browser and don't log in your drupal site
4. Now search for the content that is in your protected node
... you will be asked to provide a password instead of seeing the search results.
This is because of the redirect in protected_node_nodeapi (drupal_goto).
I don't know how to solve this. Has anybody some experience? Some ideas?
Comments
Comment #1
mtolmacs commentedAs I see it you don't use 5.x-1.x-dev, otherwise you haven't encountered this bug already reported and fixed. So I making this a duplicate of #147898 (http://drupal.org/node/147898).
Please test exactly that release and set this back as active if the problem occurs with the 5.x-1.x-dev release.