Re: [Dspace-tech] DSpace-Cris, RESTConnector and proxy

2015-06-22 Thread alastair.duncan
: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] DSpace-Cris, RESTConnector and proxy Thanks Hilton, I’ve pushed this fix up to my fork of DSpace-Cris. https://github.com/Cineca/DSpace/blob/dspace-5_x_x-cris/dspace-api/src/main/java/org/dspace/authority/rest/RESTConnector.java If

Re: [Dspace-tech] DSpace-Cris, RESTConnector and proxy

2015-06-22 Thread alastair.duncan
] Sent: 18 June 2015 18:02 To: Duncan, Alastair (STFC,RAL,SC) Cc: dspace-tech Subject: Re: [Dspace-tech] DSpace-Cris, RESTConnector and proxy Hi Alastair, I noticed this right away from the DSpace docs. See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Researcher_Identification/5.X/ORCID

Re: [Dspace-tech] DSpace-Cris, RESTConnector and proxy

2015-06-18 Thread Hilton Gibson
Hi Alastair, I noticed this right away from the DSpace docs. See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Researcher_Identification/5.X/ORCID#Requirements I have added a warning, since I am not sure that all the DSpace code obeys the proxy settings. The proxy settings is a recent addition.

[Dspace-tech] DSpace-Cris, RESTConnector and proxy

2015-06-18 Thread alastair.duncan
Hi, The REST connector that is used to do the ORCID lookup fails if the service is behind a firewall and has to use a proxy. I’ve got this to work by getting the proxy from the dspace.cfg file and if its not blank then using this in the http request. It looks the same on the DSpace github. Is t