if I search for XML read http:// I get a 404 not found error.
I am sorry, but I don't understand. What URL did you go to when you got that error?
Maybe this http://drupal.org/search/node/XML+read+http%3A%2F%2F
If it is, that's a core bug, not search404.
Ah! Thank you very much! That makes sense. Do you know where I should forward this to? Should I simply change Project to Drupal project -> Drupal?
How to reproduce: search for "XML read http://" on drupal.org
This is a known issue and it is in fact Apache which does this, not Drupal. It is triggered by the presence of %2F in the URL. For example: http://drupal.org/%2F
It has been worked around in HEAD/4.7.
Comments
Comment #1
larssg commentedI am sorry, but I don't understand. What URL did you go to when you got that error?
Comment #2
deekayen commentedMaybe this http://drupal.org/search/node/XML+read+http%3A%2F%2F
If it is, that's a core bug, not search404.
Comment #3
larssg commentedAh! Thank you very much! That makes sense. Do you know where I should forward this to? Should I simply change Project to Drupal project -> Drupal?
Comment #4
deekayen commentedHow to reproduce: search for "XML read http://" on drupal.org
Comment #5
Steven commentedThis is a known issue and it is in fact Apache which does this, not Drupal. It is triggered by the presence of %2F in the URL. For example:
http://drupal.org/%2F
It has been worked around in HEAD/4.7.