Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Proxy settings"

(New page: = Proxy Handling in scout = == Overview == Scout uses the proxy settings of the default browser (Firefox or IE). The detection and resolution is delegated to org.eclipse.core.net unless...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= Proxy Handling in scout =
 
 
 
== Overview  ==
 
== Overview  ==
  
Scout uses the proxy settings of the default browser (Firefox or IE). The detection and resolution is delegated to org.eclipse.core.net unless the fragment org.eclipse.core.net.sun.win32.x86 is used (necessary for Windows 7).<br>  
+
Scout uses the proxy settings of the default browser (Firefox or IE). The detection and resolution is delegated to org.eclipse.core.net<br>  
  
 
The proxy that is to be used for a given URL is cached by default for 5 minutes, so PAC scripts do not have to be evaluated for every call.  
 
The proxy that is to be used for a given URL is cached by default for 5 minutes, so PAC scripts do not have to be evaluated for every call.  
Line 9: Line 7:
 
== Properties  ==
 
== Properties  ==
  
*'''org.eclipse.scout.net.proxy.autodetect''' controls wether or not autodetection is allowed. This overrides the browser setting.(Scout 3.14)<br>
+
*'''org.eclipse.scout.net.proxy.autodetect''' controls wether or not autodetection is allowed. This overrides the browser setting.<br>
  
*'''org.eclipse.scout.net.cache''' controls the time-to-live of the cache in milliseconds (default 300000). (Scout version 3.13)<br>
+
*'''org.eclipse.scout.net.cache''' controls the time-to-live of the cache in milliseconds (default 300000).<br>

Latest revision as of 10:46, 12 January 2011

Overview

Scout uses the proxy settings of the default browser (Firefox or IE). The detection and resolution is delegated to org.eclipse.core.net

The proxy that is to be used for a given URL is cached by default for 5 minutes, so PAC scripts do not have to be evaluated for every call.

Properties

  • org.eclipse.scout.net.proxy.autodetect controls wether or not autodetection is allowed. This overrides the browser setting.
  • org.eclipse.scout.net.cache controls the time-to-live of the cache in milliseconds (default 300000).

Back to the top