Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2009 at 17:59 UTC
Updated:
5 Feb 2011 at 00:01 UTC
Jump to comment: Most recent file

Comments
Comment #1
damien tournoud commentedAnd a patch for review.
Comment #2
brianV commentedTested patch, applies cleanly and fixes the nested 404s. I'll let some others monkey around with it, but looks RTBC to me.
Comment #3
webchickFixing title.
Also, since I've seen this bug occur intermittently due to a variety of factors, we should add a test for it. Looks like #402804: New Assertion: Check for test being found only once could be an enabler for that.
Comment #4
damien tournoud commentedThis is a test for the bug, it is supposed to fail.
Comment #6
damien tournoud commentedHere is a patch.
After discussing with Angie, I don't believe this requires a specific test. We don't test this explicitly everywhere else. Our goal should be to turn on XHTML validation (#402254: How do we do on XHTML validation?), as soon as we will do, that type of error will be caught anyway.
Comment #7
damien tournoud commentedReupload for the test bot.
Comment #8
brianV commentedLooks good to me
Comment #9
webchickHm. Do you see this error anymore in HEAD? For some reason I don't.
I went under site information and set my custom 404 to node/1, and when I went to jhsdkhjskhfksd I got node/1 back only once.
Comment #11
Tor Arne Thune commentedThis is not a problem anymore in 7.0. Closing as fixed.