Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 01:55 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
droplet commentedI have not do real test but it seems right. any suggest for fix it ?
Comment #2
daycrom commentedTemporally fix this disabling rule from web.config
From
To
Comment #3
Monochrome commentedAttached a patch to fix this issue. Adds a conditions to the rule that checks if favicon.ico doesn't actually exist.
Comment #5
Monochrome commentedComment #6
Monochrome commented#3: checknofavicon-1041580-3.patch queued for re-testing.
Comment #7
Ali Mirjamali commentedTested the above patch with IIS 7 and Drupal 7.15. I confirm that I works. Thanks for the solution.
Comment #8
Ali Mirjamali commented#3: checknofavicon-1041580-3.patch queued for re-testing.
Comment #9
RumpledElf commentedCan someone just commit this before d8 comes out? It is possibly the most trivial bug in the entire of d7 and has been patched for aaaaaaaages >.<
Comment #10
dcam commented#3: checknofavicon-1041580-3.patch queued for re-testing.
Comment #11
dcam commentedI tested #3 on the 8.x branch. Before applying, attempting to access the favicon resulted in a 404 error. Once patched, the favicon could be accessed normally. So this issue is still RTBC.
Comment #12
webchickCommitted and pushed to 8.x. Thanks!
This didn't apply cleanly, so markting to be ported for D7.
Suggested commit message:
(daycrom doesn't get picked up by Dreditor, but he made the suggested fix in #2.)
Comment #13
dcam commentedBackported #3 to D7.
Comment #15
dcam commentedSetting correct version.
Comment #16
dcam commented#13: checknofavicon-1041580-13.patch queued for re-testing.
Comment #17
dcam commentedI know that we don't RTBC our own patches, but I'm hoping this one might be an exception since I don't think there are many other core devs who have an IIS environment set up. If @David_Rothstein (who seems to be committing 7.x patches this week, which is why I'm taking this action) or anyone else feels I'm wrong for doing so, then set it back to Needs Review. If there is someone other than myself who has an IIS dev environment, please take a minute to apply it. It is pretty trivial to test.
This is the same basic change that was applied to 8.x. I can confirm that before applying the patch misc/favicon.ico could not be accessed. After applying the patch the favicon could be accessed normally, appeared on browser tabs, and appeared in browser bookmarks.
Comment #18
David_Rothstein commentedCommitted to 7.x - thanks! http://drupalcode.org/project/drupal.git/commit/ebe236b
It looked safe to commit given the above testing and the fact that it's very similar to code that's already in that file. Although I'm curious why
<conditions>was placed after<action>in this case, rather than before it like the others. If there's any chance that could cause functional issues in some particular setup, someone please let me know :) But I assume it's fine, and just a stylistic thing.Comment #19
news4u commentedthis issue has been fixed in the new release 7.2.3
Note: JuST UPGRADE to th enewest version of drupal then run scripts to update the database
problem solved
Comment #20
David_Rothstein commentedThanks for the additional testing! This is a recently-committed patch, so please leave this at just "fixed" so it stays visible in the issue queue for people who might need to find it. (It will be automatically closed after a while once there are no more comments.)