-
Defect
-
Resolution: Done
-
Major
-
1.2.0-RC2, 2.0.0-BETA1
-
None
-
None
Issue: WGet scripts generated from the 0.4.3 template for remote files are missing the security related script content. As a result, the 0.4.3 WGet scripts *always* fail for remote files.
This appears to be due to the FM conditional:
<#if downloadScriptData.hasCertificateDownloads()>
This condition always results in "false" for remote dataset files as far as we could tell. Note that the script includes this statement in several locations.
(We're using the script at: vetswebdev:/usr/local/esg-staging-home/templates/scripts/download-wget.ftl)
This appears to be due to the FM conditional:
<#if downloadScriptData.hasCertificateDownloads()>
This condition always results in "false" for remote dataset files as far as we could tell. Note that the script includes this statement in several locations.
(We're using the script at: vetswebdev:/usr/local/esg-staging-home/templates/scripts/download-wget.ftl)
- relates to
-
GTWY-3038 wget script creation fails from search
- Done