Hi,

Matthias B. schrieb:

A frequent problem for us is that the proxy is misconfigured which
causes our custom component (which loads templates from a web server
via loadComponentFromUrl) to fail. Since we don't need access to the
outside world for OOo, we want to disable the proxy completely.
It turns out that editing the Inet.xcu to turn off the proxy is
ineffective under Windows, too. Isn't this a bug? Aren't the config
files in share/registry/... supposed to be consulted by OOo?

They are consulted, but the desktop layer takes precedence.

This leaves us no choice but to have our component disable the proxy
via UNO API, which of course prevents use of a proxy completely, even
in environments where the proxy is properly configured.

If you don't need a proxy for the servers you need to access, wouldn't adding those (via API) to the "No proxy for" list ("ooInetNoProxy") solve your problem as well ?

- Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to