<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.io.download.DownloadService.override">

  <require>org.nuxeo.ecm.core.io.download.DownloadService</require>

  <documentation>

    Manages repositories.
  

  </documentation>
  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Property that enables returning blob URLs with redirections already taken into account.
      Only applies to code calling the DownloadService.getFullDownloadUrl API.
    </documentation>
    <property name="org.nuxeo.download.url.follow.redirect">false</property>
  </extension>

</component>
