<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Proxy settings disregarded for reporting crashes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114227#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Proxy settings disregarded for reporting crashes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114227">bug 114227</a>
              from <span class="vcard"><a class="email" href="mailto:baron@caesar.elte.hu" title="Aron Budea <baron@caesar.elte.hu>"> <span class="fn">Aron Budea</span></a>
</span></b>
        <pre>There is an incomplete patch on gerrit:
<a href="https://gerrit.libreoffice.org/#/c/51621/">https://gerrit.libreoffice.org/#/c/51621/</a>

This handles the fixed proxy setting coming from LibreOffice, but that is
highly undesirable because of a serious problem with that dialog: <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Unable to choose proxy type "system""
   href="show_bug.cgi?id=33697">bug 33697</a>.
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]
<a href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa384097(v=vs.85).aspx">https://msdn.microsoft.com/en-us/library/windows/desktop/aa384097(v=vs.85).aspx</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>