You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/09/21 21:01:23 UTC

[Issue 127129] New: Fix downloading of dictionaries from https

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: issues@openoffice.apache.org
          Reporter: pescetti@apache.org

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.

[Issue 127129] Fix downloading of dictionaries from https

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127129

--- Comment #1 from SVN Robot <sv...@dev.null.org> ---
"pescetti" committed SVN revision 1761814 into trunk:
#i127129# Backport fix from AOO413 for downloading extensions from HTTPS.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127129] Fix downloading of dictionaries from https

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127129

Andrea Pescetti <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #2 from Andrea Pescetti <pe...@apache.org> ---
Backported Ariel's fix from 1761352 (AOO413) to trunk. Extensions can now be
downloaded from HTTPS in trunk too.

-- 
You are receiving this mail because:
You are the assignee for the issue.