I have this in my <head>:
<link rel="shortcut icon" type="image/x-icon" href="/essc-portal/Leaf.ico"/>
<link rel="icon" type="image/x-icon" href="/essc-portal/Leaf.ico"/>
No other icon ref. But the browser doesn't send a request for the icon (checked in server logs and Firebug). Not even in full reload (Ctrl + F5). When I go directly to http://host.my/essc-portal/Leaf.ico, it's ok.
Any idea why?