Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 7.4.2, 8.2.1
-
Component/s: Web - Templates & Resources
-
Labels:
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
Steps to reproduce (using http://www.xwiki.org/xwiki/bin/view/FAQ/How+do+I+add+a+favicon+for+my+wiki) :
- attach a new favicon named "icons.xwiki.favicon.ico" on the skin XWiki.DefaultSkin
- refresh the homepage of the wiki
Expected result: - the URL should be updated to (results from 6.2.4):
<link href="/xwiki/bin/skin/XWiki/DefaultSkin/icons.xwiki.favicon.ico" rel="shortcut icon">
- the favicon is displayed on the browser tab
Actual result:
- the favicon is not displayed on the browser tab
- the URL is still the default one:
<link href="/xwiki/resources/icons/xwiki/favicon.ico" rel="shortcut icon">
Attachments
Issue Links
- is related to
-
XWIKI-2347 Add a default favicon
-
- Closed
-
-
XWIKI-11460 Allow filesystem skins to indicate a parent skin
-
- Closed
-
- relates to
-
XWIKI-14041 Can't add a ".ico" favicon
-
- Open
-