cancel
Showing results for 
Search instead for 
Did you mean: 

Footer logo remains 'http' on secure connection

shmoula
Champ in-the-making
Champ in-the-making
Hi,
  I'm having problems with Alfresco Logo in footer, when accessing web interface via https. When I connect to my alfresco session with secure connection, IE yalls that there are unsecured parts - that community-edition-3.2r.png image, which remains on http://.

[img]http://i50.tinypic.com/2zgrzoo.jpg[/img]

In PageTag.java is code fragment for generating that address and seems to me ok:

… 'src='" + ("http".equals(req.getScheme()) ? ALF_LOGO_HTTP : ALF_LOGO_HTTPS)…

Why is this happening?

TIA, vb
1 REPLY 1

rama_honge
Champ in-the-making
Champ in-the-making
Incase if you don't need to the logo to be display(HTTP and HTTPS) set and return an empty string for PageTag.alfresco