Hello Shaun, you can disable the google analytics listener in the applicationContext.xml as described in https://jira.duraspace.org/browse/DS-2904
If you are using jspui copy applicationContext.xml to [dspace]/dspace/modules/jspui/src/main/webapp/WEB-INF/spring/applicationContext.xml and comment out this bean: https://github.com/DSpace/DSpace/blob/dspace-5.8/dspace-jspui/src/main/webapp/WEB-INF/spring/applicationContext.xml#L38 Then build and deploy as for any other customization. Hope this helps Claudia Jürgen Am 10.10.2017 um 13:25 schrieb Shaun donovan:
Hi all. I am trying to implement DSpace 5.8 behind a very restrictive firewall / proxy. As such, I have switched off as many outgoing connections as I can think of (like google annalytics). But I find that whenever I try to download a bitstream, an https connection is made to a google server. Can anyone tell me what that connection is and how to disable it? Kind Regards. Shaun.
-- Claudia Juergen Eldorado Technische Universität Dortmund Universitätsbibliothek Vogelpothsweg 76 44227 Dortmund Tel.: +49 231-755 40 43 Fax: +49 231-755 40 32 [email protected] www.ub.tu-dortmund.de Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen. Important note: The information included in this e-mail is confidential. It is solely intended for the recipient. If you are not the intended recipient of this e-mail please contact the sender and delete this message. Thank you. Without prejudice of e-mail correspondence, our statements are only legally binding when they are made in the conventional written form (with personal signature) or when such documents are sent by fax. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
