https://bz.apache.org/ooo/show_bug.cgi?id=127129
Issue ID: 127129
Issue Type: DEFECT
Summary: Fix downloading of dictionaries from https
Product: Build Tools
Version: 4.2.0-dev
Hardware: All
OS: All
Status: CONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: external prerequisites
Assignee: [email protected]
Reporter: [email protected]
In trunk (AOO413 is not affected) we can't download dictionaries from HTTPS.
This is due to ExtensionsLst.pm:418
# We can not check the existence of file URLs because they point to
extensions that
# have yet to be built.
next if ($protocol ne "http");
which assumes that "different from http" means "file" and ignores the third
possibility, i.e., https.
--
You are receiving this mail because:
You are the assignee for the issue.