cancel
Showing results for 
Search instead for 
Did you mean: 

disable external image for https

cts_sergiu_dunc
Champ in-the-making
Champ in-the-making
Hi,

We are using Alfresco in ssl mode.
However, the logo image is imported in http mode:
http://sflogo.sourceforge.net/sflogo.php?group_id=143373&type=1

Due to this are getting warnings in our internet browsers.
Is there anyway to have the image loaded locally from disk and not from an external site ? This may be source of insecurity when running in full https mode.

Thank you,
Sergiu
18 REPLIES 18

kevinr
Star Contributor
Star Contributor
This is fixed in 1.3 final - you can change the code yourself if it's a problem now, just download the logo and change the code in PageTag.java

Thanks,

Kevin

vpoorboy
Champ in-the-making
Champ in-the-making
Hi, after changing the code in PageTag.java, how can I send this file to the existing system ?
Which sources files I must re-compile ?
Thanks.

jarek_potiuk
Champ in-the-making
Champ in-the-making
Thanks for changing it for sourceforge, but It seems that the same is with Alfresco's logo. It also uses src='http://www.alfresco.." even in the latest version. Can this be changed in final version?


This is fixed in 1.3 final - you can change the code yourself if it's a problem now, just download the logo and change the code in PageTag.java

Thanks,

Kevin

lc
Champ in-the-making
Champ in-the-making
Hello,

Where can I find "PageTag.java" please ?

Thanks Smiley Happy.

gavinc
Champ in-the-making
Champ in-the-making
Download the source from SVN or get the SDK from sourceforge and you'll find it in the web-client project. The file is in the org.alfresco.web.ui.repo.tag package.

jarek_potiuk
Champ in-the-making
Champ in-the-making
Yes. We are aware of the licensing and we are very strict about it … We actually changed PageTag.java and indeed copied 'community' logo locally, however it could be better if it is already in the package. Very soon we are going to propose it in a formal way as change to the source code.

Right now we developed a small "ant" build.xml to replace this and some other small customisations which cannot be put in "shared/extension" folder and we run (and will run it) every time we get newer version.
Just wanted to remind you all the Alfresco Public License (APL) prohibits the removal of the Alfresco logo and disclaimer from Alfresco Community Network.

See item 4 at:
http://dev.alfresco.com/legal/licensing/faq/

So, if you're using the community version, I suggest copying the images to the local server and have the browser access it from their via HTTP or HTTPS.

nullman
Champ in-the-making
Champ in-the-making
I got all the environment stuff setup, but I don't see a makefile for the web-client in the SDK. I am not a Java developer so please forgive me. I am just trying to fix this. Smiley Happy I read up on Ant and understand I can compile the fixed .java to a .class and put it into the .jar. Problem is when I go to compile my new .java file I get errors because of missing items. I'm sure I'm just missing something. I thought Ant build files were XML. Maybe you can point me to the directory or give a bit more detail for?

Our install: Alfresco Community 1.3.0 bundle for Windows / Windows 2003 Server / Tomcat-MySQL

webit
Champ in-the-making
Champ in-the-making
I am trying to also get Alfresco on SSL and get the image problem because alfresco's footer has http referenced.  Can anyone walk me through how to recompile after I make the necessary changes in the PageTag.java so I can reference the images to https and have them on my server so I can get rid of that image warning message from IE.

Any help would be greatly appreciated.

Thanks,
Chad

webit
Champ in-the-making
Champ in-the-making
Figured it out…check out my post at:

http://forums.alfresco.com/viewtopic.php?t=4117