I have a website on a SSL host. It has a favicon which is referenced by a domain-relative URL:
<link rel="shortcut icon" type="image/x-icon" href="/contextpath/favicon.ico"/>
When SSL is off, it works, but when SSL is on, it doesn't work. How can I get favicon to work with SSL?