|
Favicons (like the Lotus Notes image on the tab and address bar when you're looking at this page in your browser) help give your website / application the personal touch. But there's something you need to be careful about...
|
ShowTable of Contents
Favicons can help give your web applications the personal touch. If you save it as an image resource in your application and Anonymous access is Reader or above, there is no problem. However, if Anonymous is No Access, the favicon will not show, even for authenticated users. For some reason the favicon is accessed using Anonymous access. So if Anonymous should have no access, you need to allow Anonymous to Read Public Documents and tick "Available to Public Access users" on the Security image resource. This is the same whether your favicon is referenced in specific XPages or in the application theme. If you want to make your favicon application-wide, you can include it in a theme with the following code: <control>
<property>
<name>pageIcon</name>
<value>favicon.ico</value>
</property>
</control>
Paul Withers is a Domino Developer at Intec Systems Ltd. The original post of this and other tips / observations / tutorials are available at the Intec Blog |