Index: core/arch/arch-core.xml =================================================================== RCS file: /shared/data/ccvs/repository/core/arch/arch-core.xml,v retrieving revision 1.13 diff -u -r1.13 arch-core.xml --- core/arch/arch-core.xml 15 Aug 2006 15:21:10 -0000 1.13 +++ core/arch/arch-core.xml 16 Nov 2006 19:10:39 -0000 @@ -22,7 +22,7 @@ ]> @@ -566,6 +566,10 @@ FOO. See warning as per Env-FOO.

+ + Get this property to determine when use JDK's java.net.ProxySelector or core's + implementation of ProxySelector. + @@ -1070,6 +1074,134 @@ --> + + + + + + + +

+ XXX no answer for compat-deprecation +

+
+ + + + + +

+ The core module use NbPreferences for storring properties describe current settings + of Network Proxy. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
keydescriptionreadwrite
proxyHttpHostHost name of HTTP ProxyYY
proxyHttpPortPort of HTTP ProxyYY
proxyHttpsHostHost name of HTTPS ProxyYY
proxyHttpsPortPort of HTTPS ProxyYY
proxySocksHostHost name of Socks serverYY
proxySocksPortPort of Socks serverYY
proxyNonProxyHostsIgnore host listYY
proxyTypeType of Proxy Setting (DIRECT_CONNECTION, AUTO_DETECT_PROXY, MANUAL_SET_PROXYYY
useProxyAuthenticationProxy Server requires user authenticationYY
proxyAuthenticationUsernameUsername for authentication on Proxy ServerYY
proxyAuthenticationUsernamePassword for authentication on Proxy ServerYY
+
+

+

+ Does it share preferences with other modules ? + Yes, the Welcome Screen module listens for changes Proxy Settings and reload content when Proxy changes. +