[Libreoffice-bugs] [Bug 114227] Proxy settings disregarded for reporting crashes

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Apr 27 13:40:25 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=114227

--- Comment #2 from Aron Budea <baron at caesar.elte.hu> ---
There is an incomplete patch on gerrit:
https://gerrit.libreoffice.org/#/c/51621/

This handles the fixed proxy setting coming from LibreOffice, but that is
highly undesirable because of a serious problem with that dialog: bug 33697.
Additionally, it doesn't handle automatic configuration scripts, because
ucbhelper::InternetProxyDecider can't handle those, either.

Adding that support would be a large-scale change with risks, plus rounding out
the OS-dependent parts might be difficult. And for crash reporter, Windows is
the most important, so adding a Windows-specific query in
CrashReporter::writeCommonInfo() could be a sufficient measure (maybe
WinHttpGetProxyForUrl() [1]). If that returns no proxy, then LO setting can be
queried, otherwise use what Windows provides.

[1]
https://msdn.microsoft.com/en-us/library/windows/desktop/aa384097(v=vs.85).aspx

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180427/975b2d31/attachment.html>


More information about the Libreoffice-bugs mailing list