if I search for XML read http:// I get a 404 not found error.

Comments

larssg’s picture

I am sorry, but I don't understand. What URL did you go to when you got that error?

deekayen’s picture

Maybe this http://drupal.org/search/node/XML+read+http%3A%2F%2F

If it is, that's a core bug, not search404.

larssg’s picture

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?

deekayen’s picture

Title: search bug » search string including http:// breaks search & custom 404 page
Project: Search 404 » Drupal core
Version: master » x.y.z
Component: Code » search.module

How to reproduce: search for "XML read http://" on drupal.org

Steven’s picture

Status: Active » Closed (duplicate)

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.