mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Point directly to HTTPS address for ArXiv
(cherry picked from commit cf0d6635f2
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
042bf15237
commit
8f9a7f1f92
@@ -45,7 +45,7 @@
|
||||
<bean id="ArXivImportService"
|
||||
class="org.dspace.importer.external.arxiv.service.ArXivImportMetadataSourceServiceImpl" scope="singleton">
|
||||
<property name="metadataFieldMapping" ref="ArXivMetadataFieldMapping"/>
|
||||
<property name="baseAddress" value="http://export.arxiv.org/api/query"/>
|
||||
<property name="baseAddress" value="https://export.arxiv.org/api/query"/>
|
||||
</bean>
|
||||
<bean id="ArXivMetadataFieldMapping"
|
||||
class="org.dspace.importer.external.arxiv.metadatamapping.ArXivFieldMapping">
|
||||
|
Reference in New Issue
Block a user