| Summary: | Pasting web page with images served via HTTPS to Writer causes momentary hang, links the images and does not show them | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Andrej <andrej8anubis> |
| Component: | Writer | Assignee: | Giuseppe Castagno (aka beppec56) <giuseppe.castagno> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | giuseppe.castagno, ilmari.lauhakangas |
| Priority: | medium | ||
| Version: | 5.1.2.2 release | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:5.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
linux fireFox web page in writer
linux opera web page in writer windows7 fireFox web page in writer windows7 opera web page in writer |
||
|
Description
Andrej
2016-04-15 05:33:28 UTC
Created attachment 124350 [details]
linux opera web page in writer
Created attachment 124351 [details]
windows7 fireFox web page in writer
Created attachment 124352 [details]
windows7 opera web page in writer
Reproduced. It is related to HTTPS. If you copy & paste images served via HTTP, they get embedded to the document. HTTPS makes them linked and on Linux they are not shown. Arch Linux 64-bit, KDE Plasma 5 Version: 5.2.0.0.alpha1+ Build ID: 334599030e7b45153107a3075f9049a7463aac80 CPU Threads: 8; OS Version: Linux 4.5; UI Render: default; Locale: fi-FI (fi_FI.UTF-8) Built on April 22nd 2016 Looking at the debug logs of master, for https protocol the ssl certificates are not checked correctly while downloading the images in background. To solve this I have a working patch, still under local analysis. In the web page there is a link that while pasting into Writer becomes an image, that doesn't exist: <http://pyblosxom.sourceforge.net> in pasting becomes: <http://pyblosxom.sourceforge.net/images/pb_pyblosxom.gif> that is a html page instead: HEAD - relative URL </images/pb_pyblosxom.gif .... HEAD - received header: content-type:text/html this should be looked into by another developer after the certificate problem is solved. Giuseppe Castagno committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f60eaab748add19683e66c7e4bc073c9ce7887f7 Related: tdf#99312, add specialized interaction handler It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Tried with daily master on Linux and Windows 10, the image download problem from https sites seems fixed. Though a confirmation is welcome. Yep, images are now shown. If there are other issues, different reports should be opened for them. Arch Linux 64-bit, KDE Plasma 5 Version: 5.3.0.0.alpha0+ Build ID: 5d8639aaf2f60157c99c3ee3a8bfa78e4efd010a CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; Locale: fi-FI (fi_FI.UTF-8); Calc: group Built on August 9th 2016 |