@pandev_metrics/cli-darwin-x64 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/bin/pandev +11 -0
  2. package/bin/pandev-cli-plugin +11 -0
  3. package/lib/original-pandev-myapp.jar +0 -0
  4. package/lib/pandev-myapp.jar +0 -0
  5. package/package.json +13 -0
  6. package/runtime/bin/java +0 -0
  7. package/runtime/bin/jrunscript +0 -0
  8. package/runtime/bin/keytool +0 -0
  9. package/runtime/conf/jaxp.properties +180 -0
  10. package/runtime/conf/logging.properties +63 -0
  11. package/runtime/conf/net.properties +164 -0
  12. package/runtime/conf/security/java.policy +46 -0
  13. package/runtime/conf/security/java.security +1634 -0
  14. package/runtime/conf/security/policy/README.txt +54 -0
  15. package/runtime/conf/security/policy/limited/default_US_export.policy +6 -0
  16. package/runtime/conf/security/policy/limited/default_local.policy +14 -0
  17. package/runtime/conf/security/policy/limited/exempt_local.policy +13 -0
  18. package/runtime/conf/security/policy/unlimited/default_US_export.policy +6 -0
  19. package/runtime/conf/security/policy/unlimited/default_local.policy +6 -0
  20. package/runtime/conf/sound.properties +39 -0
  21. package/runtime/legal/java.base/ADDITIONAL_LICENSE_INFO +37 -0
  22. package/runtime/legal/java.base/ASSEMBLY_EXCEPTION +27 -0
  23. package/runtime/legal/java.base/LICENSE +347 -0
  24. package/runtime/legal/java.base/aes.md +36 -0
  25. package/runtime/legal/java.base/asm.md +36 -0
  26. package/runtime/legal/java.base/c-libutl.md +35 -0
  27. package/runtime/legal/java.base/cldr.md +109 -0
  28. package/runtime/legal/java.base/icu.md +518 -0
  29. package/runtime/legal/java.base/public_suffix.md +399 -0
  30. package/runtime/legal/java.base/siphash.md +150 -0
  31. package/runtime/legal/java.base/unicode.md +103 -0
  32. package/runtime/legal/java.base/zlib.md +27 -0
  33. package/runtime/legal/java.desktop/colorimaging.md +7 -0
  34. package/runtime/legal/java.desktop/freetype.md +649 -0
  35. package/runtime/legal/java.desktop/giflib.md +52 -0
  36. package/runtime/legal/java.desktop/harfbuzz.md +104 -0
  37. package/runtime/legal/java.desktop/jpeg.md +77 -0
  38. package/runtime/legal/java.desktop/lcms.md +103 -0
  39. package/runtime/legal/java.desktop/libpng.md +231 -0
  40. package/runtime/legal/java.desktop/mesa3d.md +134 -0
  41. package/runtime/legal/java.desktop/pipewire.md +46 -0
  42. package/runtime/legal/java.desktop/xwd.md +34 -0
  43. package/runtime/legal/java.xml/bcel.md +219 -0
  44. package/runtime/legal/java.xml/dom.md +77 -0
  45. package/runtime/legal/java.xml/jcup.md +31 -0
  46. package/runtime/legal/java.xml/xalan.md +255 -0
  47. package/runtime/legal/java.xml/xerces.md +229 -0
  48. package/runtime/lib/classlist +1491 -0
  49. package/runtime/lib/fontconfig.bfc +0 -0
  50. package/runtime/lib/fontconfig.properties.src +258 -0
  51. package/runtime/lib/jrt-fs.jar +0 -0
  52. package/runtime/lib/jspawnhelper +0 -0
  53. package/runtime/lib/jvm.cfg +2 -0
  54. package/runtime/lib/libawt.dylib +0 -0
  55. package/runtime/lib/libawt_lwawt.dylib +0 -0
  56. package/runtime/lib/libextnet.dylib +0 -0
  57. package/runtime/lib/libfontmanager.dylib +0 -0
  58. package/runtime/lib/libfreetype.dylib +0 -0
  59. package/runtime/lib/libinstrument.dylib +0 -0
  60. package/runtime/lib/libj2gss.dylib +0 -0
  61. package/runtime/lib/libjava.dylib +0 -0
  62. package/runtime/lib/libjavajpeg.dylib +0 -0
  63. package/runtime/lib/libjawt.dylib +0 -0
  64. package/runtime/lib/libjimage.dylib +0 -0
  65. package/runtime/lib/libjli.dylib +0 -0
  66. package/runtime/lib/libjsig.dylib +0 -0
  67. package/runtime/lib/libjsound.dylib +0 -0
  68. package/runtime/lib/liblcms.dylib +0 -0
  69. package/runtime/lib/libmanagement.dylib +0 -0
  70. package/runtime/lib/libmlib_image.dylib +0 -0
  71. package/runtime/lib/libnet.dylib +0 -0
  72. package/runtime/lib/libnio.dylib +0 -0
  73. package/runtime/lib/libosx.dylib +0 -0
  74. package/runtime/lib/libosxapp.dylib +0 -0
  75. package/runtime/lib/libosxkrb5.dylib +0 -0
  76. package/runtime/lib/libosxsecurity.dylib +0 -0
  77. package/runtime/lib/libosxui.dylib +0 -0
  78. package/runtime/lib/libprefs.dylib +0 -0
  79. package/runtime/lib/libsplashscreen.dylib +0 -0
  80. package/runtime/lib/libsyslookup.dylib +0 -0
  81. package/runtime/lib/libverify.dylib +0 -0
  82. package/runtime/lib/libzip.dylib +0 -0
  83. package/runtime/lib/modules +0 -0
  84. package/runtime/lib/psfont.properties.ja +119 -0
  85. package/runtime/lib/psfontj2d.properties +323 -0
  86. package/runtime/lib/security/blocked.certs +39 -0
  87. package/runtime/lib/security/cacerts +0 -0
  88. package/runtime/lib/security/default.policy +235 -0
  89. package/runtime/lib/security/public_suffix_list.dat +0 -0
  90. package/runtime/lib/server/libjsig.dylib +0 -0
  91. package/runtime/lib/server/libjvm.dylib +0 -0
  92. package/runtime/lib/shaders.metallib +0 -0
  93. package/runtime/lib/tzdb.dat +0 -0
  94. package/runtime/release +2 -0
package/bin/pandev ADDED
@@ -0,0 +1,11 @@
1
+ #!/bin/bash
2
+ SOURCE="${BASH_SOURCE[0]}"
3
+ while [ -h "$SOURCE" ]; do
4
+ DIR="$(cd -P "$(dirname "$SOURCE")" && pwd)"
5
+ SOURCE="$(readlink "$SOURCE")"
6
+ [[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE"
7
+ done
8
+ SCRIPT_DIR="$(cd -P "$(dirname "$SOURCE")" && pwd)"
9
+ APP_HOME="$(cd "$SCRIPT_DIR/.." && pwd)"
10
+
11
+ exec "$APP_HOME/runtime/bin/java" -jar "$APP_HOME/lib/pandev-myapp.jar" "$@"
@@ -0,0 +1,11 @@
1
+ #!/bin/bash
2
+ SOURCE="${BASH_SOURCE[0]}"
3
+ while [ -h "$SOURCE" ]; do
4
+ DIR="$(cd -P "$(dirname "$SOURCE")" && pwd)"
5
+ SOURCE="$(readlink "$SOURCE")"
6
+ [[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE"
7
+ done
8
+ SCRIPT_DIR="$(cd -P "$(dirname "$SOURCE")" && pwd)"
9
+ APP_HOME="$(cd "$SCRIPT_DIR/.." && pwd)"
10
+
11
+ exec "$APP_HOME/runtime/bin/java" -jar "$APP_HOME/lib/pandev-myapp.jar" "$@"
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@pandev_metrics/cli-darwin-x64",
3
+ "version": "2.4.1",
4
+ "description": "pandev binary for darwin-x64 (installed automatically by the \"pandev\" package)",
5
+ "os": [
6
+ "darwin"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ],
11
+ "license": "UNLICENSED",
12
+ "preferUnplugged": true
13
+ }
Binary file
Binary file
Binary file
@@ -0,0 +1,180 @@
1
+ ################################################################################
2
+ # JAXP Configuration File
3
+ #
4
+ # jaxp.properties (this file) is the default configuration file for JAXP, the API
5
+ # defined in the java.xml module. It is in java.util.Properties format and typically
6
+ # located in the {java.home}/conf directory. It may contain key/value pairs for
7
+ # specifying the implementation classes of JAXP factories and/or properties
8
+ # that have corresponding system properties.
9
+ #
10
+ # A user-specified configuration file can be set up using the system property
11
+ # java.xml.config.file to override any or all of the entries in jaxp.properties.
12
+ # The following statement provides myConfigurationFile as a custom configuration
13
+ # file:
14
+ # java -Djava.xml.config.file=myConfigurationFile
15
+ ################################################################################
16
+
17
+ # ---- JAXP Default Configuration ----
18
+ #
19
+ # The JAXP default configuration (jaxp.properties) contains entries for the
20
+ # Factory Lookup Mechanism and properties with corresponding system properties.
21
+ # The values are generally set to the default values of the properties.
22
+ #
23
+ #
24
+ # JAXP Lookup Mechanism:
25
+ #
26
+ # The JAXP configuration file ranks 2nd to the System Property in the precedent
27
+ # order of the JAXP Lookup Mechanism. When the System Property is not specified,
28
+ # a JAXP factory reads the configuration file in order to locate an implementation
29
+ # class. If found, the class specified will be used as the factory implementation
30
+ # class.
31
+ #
32
+ # The format of an entry is key=value where the key is the fully qualified name
33
+ # of the factory and value that of the implementation class. The following entry
34
+ # set a DocumentBuilderFactory implementation class:
35
+ #
36
+ # javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
37
+ #
38
+ #
39
+ # Java SE and JDK Implementation Specific Properties:
40
+ #
41
+ # The JAXP configuration file ranks above the default settings in the Property
42
+ # Precedence in that its entries will override the default values of the corresponding
43
+ # properties.
44
+ #
45
+ # All properties that have System Properties defined in Java SE or supported
46
+ # by the JDK Implementation can be placed in the configuration file to override
47
+ # the default property values. The format is:
48
+ # system-property-name=value
49
+ #
50
+ # For example, the FILES property in CatalogFeatures has an associated system
51
+ # property called javax.xml.catalog.files. An entry for the FILES property in the
52
+ # configuration file would therefore use javax.xml.catalog.files as the key, that
53
+ # is:
54
+ # javax.xml.catalog.files=strict
55
+ #
56
+ #
57
+ # Extension Functions:
58
+ #
59
+ # This property determines whether XSLT and XPath extension functions are allowed.
60
+ # The value type is boolean and the default value is true (allowing
61
+ # extension functions). The following entry would override the default value and
62
+ # disallow extension functions:
63
+ #
64
+ # jdk.xml.enableExtensionFunctions=false
65
+ #
66
+ #
67
+ # Overriding the default parser:
68
+ #
69
+ # This property allows using a third party implementation to override the default
70
+ # parser provided by the JDK. The value type is boolean and the default value is
71
+ # false, disallowing overriding the default parser. The setting below reflects
72
+ # the default property setting:
73
+ #
74
+ jdk.xml.overrideDefaultParser=false
75
+ #
76
+ #
77
+ # External Access Properties:
78
+ #
79
+ # The External Access Properties are defined in javax.xml.XMLConstants. Their
80
+ # system properties are javax.xml.accessExternalDTD, javax.xml.accessExternalSchema,
81
+ # and javax.xml.accessExternalStylesheet. The values are a list of protocols separated
82
+ # by comma, plus empty string ("") to represent no protocol allowed and the key
83
+ # word "all" for all access. The default is "all", allowing all external resources
84
+ # to be fetched. The followings are example of external access settings:
85
+ #
86
+ # allow local (file) DTDs to be retrieved
87
+ # javax.xml.accessExternalDTD=file
88
+ #
89
+ # allow local (file) and remote (http) external schemas
90
+ # javax.xml.accessExternalSchema=file, http
91
+ #
92
+ # reject any external stylesheets
93
+ # javax.xml.accessExternalStylesheet=""
94
+ #
95
+ # allow all external stylesheets
96
+ # javax.xml.accessExternalStylesheet="all"
97
+ #
98
+ #
99
+ # Catalog Properties:
100
+ #
101
+ # The Catalog API defines four features: FILES, PREFER, DEFER and RESOLVE.
102
+ # Except PREFER, all other properties can be placed in the configuration file
103
+ # using the system properties defined for them.
104
+ #
105
+ # FILES: A semicolon-delimited list of URIs to locate the catalog files. The URIs
106
+ # must be absolute and have a URL protocol handler for the URI scheme. The following
107
+ # is an example of setting up a catalog file:
108
+ #
109
+ # javax.xml.catalog.files = file:///users/auser/catalog/catalog.xml
110
+ #
111
+ # DEFER: Indicates that the alternative catalogs including those specified in
112
+ # delegate entries or nextCatalog are not read until they are needed. The value
113
+ # is a boolean and the default value is true.
114
+ #
115
+ # javax.xml.catalog.defer=true
116
+ #
117
+ # RESOLVE: Determines the action if there is no matching entry found after all of
118
+ # the specified catalogs are exhausted. The values are key words: strict, continue,
119
+ # and ignore. The default is strict. The following setting reflects the default
120
+ # setting.
121
+ #
122
+ # javax.xml.catalog.resolve=strict
123
+ #
124
+ #
125
+ # useCatalog:
126
+ # This property instructs XML processors to use XML Catalogs to resolve entity
127
+ # references. The value is a boolean and the default value is true.
128
+ #
129
+ # javax.xml.useCatalog=true
130
+ #
131
+ #
132
+ # Implementation Specific Properties - Limits
133
+ #
134
+ # Limits have a value type Integer. The values must be positive integers. Zero
135
+ # means no limit.
136
+ #
137
+ # Limits the number of entity expansions. The default value is 64000
138
+ # jdk.xml.entityExpansionLimit=64000
139
+ #
140
+ # Limits the total size of all entities that include general and parameter entities.
141
+ # The size is calculated as an aggregation of all entities. The default value is 5x10^7.
142
+ # jdk.xml.totalEntitySizeLimit=5E7
143
+ #
144
+ # Limits the maximum size of any general entities. The default value is 0.
145
+ # jdk.xml.maxGeneralEntitySizeLimit=0
146
+ #
147
+ # Limits the maximum size of any parameter entities, including the result of
148
+ # nesting multiple parameter entities. The default value is 10^6.
149
+ # jdk.xml.maxParameterEntitySizeLimit=1E6
150
+ #
151
+ # Limits the total number of nodes in all entity references. The default value is 3x10^6.
152
+ # jdk.xml.entityReplacementLimit=3E6
153
+ #
154
+ # Limits the number of attributes an element can have. The default value is 10000.
155
+ # jdk.xml.elementAttributeLimit=10000
156
+ #
157
+ # Limits the number of content model nodes that may be created when building a
158
+ # grammar for a W3C XML Schema that contains maxOccurs attributes with values
159
+ # other than "unbounded". The default value is 5000.
160
+ # jdk.xml.maxOccurLimit=5000
161
+ #
162
+ # Limits the maximum element depth. The default value is 0.
163
+ # jdk.xml.maxElementDepth=0
164
+ #
165
+ # Limits the maximum size of XML names, including element name, attribute name
166
+ # and namespace prefix and URI. The default value is 1000.
167
+ jdk.xml.maxXMLNameLimit=1000
168
+ #
169
+ #
170
+ # XPath Limits
171
+ #
172
+ # Limits the number of groups an XPath expression can contain. The default value is 10.
173
+ jdk.xml.xpathExprGrpLimit=10
174
+ #
175
+ # Limits the number of operators an XPath expression can contain. The default value is 100.
176
+ jdk.xml.xpathExprOpLimit=100
177
+ #
178
+ # Limits the total number of XPath operators in an XSL Stylesheet. The default value is 10000.
179
+ jdk.xml.xpathTotalOpLimit=10000
180
+
@@ -0,0 +1,63 @@
1
+ ############################################################
2
+ # Default Logging Configuration File
3
+ #
4
+ # You can use a different file by specifying a filename
5
+ # with the java.util.logging.config.file system property.
6
+ # For example, java -Djava.util.logging.config.file=myfile
7
+ ############################################################
8
+
9
+ ############################################################
10
+ # Global properties
11
+ ############################################################
12
+
13
+ # "handlers" specifies a comma-separated list of log Handler
14
+ # classes. These handlers will be installed during VM startup.
15
+ # Note that these classes must be on the system classpath.
16
+ # By default we only configure a ConsoleHandler, which will only
17
+ # show messages at the INFO and above levels.
18
+ handlers= java.util.logging.ConsoleHandler
19
+
20
+ # To also add the FileHandler, use the following line instead.
21
+ #handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler
22
+
23
+ # Default global logging level.
24
+ # This specifies which kinds of events are logged across
25
+ # all loggers. For any given facility this global level
26
+ # can be overridden by a facility-specific level
27
+ # Note that the ConsoleHandler also has a separate level
28
+ # setting to limit messages printed to the console.
29
+ .level= INFO
30
+
31
+ ############################################################
32
+ # Handler specific properties.
33
+ # Describes specific configuration info for Handlers.
34
+ ############################################################
35
+
36
+ # default file output is in user's home directory.
37
+ java.util.logging.FileHandler.pattern = %h/java%u.log
38
+ java.util.logging.FileHandler.limit = 50000
39
+ java.util.logging.FileHandler.count = 1
40
+ # Default number of locks FileHandler can obtain synchronously.
41
+ # This specifies maximum number of attempts to obtain lock file by FileHandler
42
+ # implemented by incrementing the unique field %u as per FileHandler API documentation.
43
+ java.util.logging.FileHandler.maxLocks = 100
44
+ java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
45
+
46
+ # Limit the messages that are printed on the console to INFO and above.
47
+ java.util.logging.ConsoleHandler.level = INFO
48
+ java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
49
+
50
+ # Example to customize the SimpleFormatter output format
51
+ # to print one-line log message like this:
52
+ # <level>: <log message> [<date/time>]
53
+ #
54
+ # java.util.logging.SimpleFormatter.format=%4$s: %5$s [%1$tc]%n
55
+
56
+ ############################################################
57
+ # Facility-specific properties.
58
+ # Provides extra control for each logger.
59
+ ############################################################
60
+
61
+ # For example, set the com.xyz.foo logger to only log SEVERE
62
+ # messages:
63
+ # com.xyz.foo.level = SEVERE
@@ -0,0 +1,164 @@
1
+ ############################################################
2
+ # Default Networking Configuration File
3
+ #
4
+ # This file may contain default values for the networking system properties.
5
+ # These values are only used when the system properties are not specified
6
+ # on the command line or set programmatically.
7
+ # For now, only the various proxy settings can be configured here.
8
+ ############################################################
9
+
10
+ # Whether or not the DefaultProxySelector will default to System Proxy
11
+ # settings when they do exist.
12
+ # Set it to 'true' to enable this feature and check for platform
13
+ # specific proxy settings
14
+ # Note that the system properties that do explicitly set proxies
15
+ # (like http.proxyHost) do take precedence over the system settings
16
+ # even if java.net.useSystemProxies is set to true.
17
+
18
+ java.net.useSystemProxies=false
19
+
20
+ #------------------------------------------------------------------------
21
+ # Proxy configuration for the various protocol handlers.
22
+ # DO NOT uncomment these lines if you have set java.net.useSystemProxies
23
+ # to true as the protocol specific properties will take precedence over
24
+ # system settings.
25
+ #------------------------------------------------------------------------
26
+
27
+ # HTTP Proxy settings. proxyHost is the name of the proxy server
28
+ # (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
29
+ # value is 80) and nonProxyHosts is a '|' separated list of hostnames which
30
+ # should be accessed directly, ignoring the proxy server (default value is
31
+ # localhost & 127.0.0.1).
32
+ #
33
+ # http.proxyHost=
34
+ # http.proxyPort=80
35
+ http.nonProxyHosts=localhost|127.*|[::1]
36
+ #
37
+ # HTTPS Proxy Settings. proxyHost is the name of the proxy server
38
+ # (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
39
+ # value is 443). The HTTPS protocol handlers uses the http nonProxyHosts list.
40
+ #
41
+ # https.proxyHost=
42
+ # https.proxyPort=443
43
+ #
44
+ # FTP Proxy settings. proxyHost is the name of the proxy server
45
+ # (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
46
+ # value is 80) and nonProxyHosts is a '|' separated list of hostnames which
47
+ # should be accessed directly, ignoring the proxy server (default value is
48
+ # localhost & 127.0.0.1).
49
+ #
50
+ # ftp.proxyHost=
51
+ # ftp.proxyPort=80
52
+ ftp.nonProxyHosts=localhost|127.*|[::1]
53
+ #
54
+ # Socks proxy settings. socksProxyHost is the name of the proxy server
55
+ # (e.g. socks.domain.com), socksProxyPort is the port number to use
56
+ # (default value is 1080)
57
+ #
58
+ # socksProxyHost=
59
+ # socksProxyPort=1080
60
+ #
61
+ # HTTP Keep Alive settings. remainingData is the maximum amount of data
62
+ # in kilobytes that will be cleaned off the underlying socket so that it
63
+ # can be reused (default value is 512K), queuedConnections is the maximum
64
+ # number of Keep Alive connections to be on the queue for clean up (default
65
+ # value is 10).
66
+ # http.KeepAlive.remainingData=512
67
+ # http.KeepAlive.queuedConnections=10
68
+
69
+ # Authentication Scheme restrictions for HTTP and HTTPS.
70
+ #
71
+ # In some environments certain authentication schemes may be undesirable
72
+ # when proxying HTTP or HTTPS. For example, "Basic" results in effectively the
73
+ # cleartext transmission of the user's password over the physical network.
74
+ # This section describes the mechanism for disabling authentication schemes
75
+ # based on the scheme name. Disabled schemes will be treated as if they are not
76
+ # supported by the implementation.
77
+ #
78
+ # The 'jdk.http.auth.tunneling.disabledSchemes' property lists the authentication
79
+ # schemes that will be disabled when tunneling HTTPS over a proxy, HTTP CONNECT.
80
+ # The 'jdk.http.auth.proxying.disabledSchemes' property lists the authentication
81
+ # schemes that will be disabled when proxying HTTP.
82
+ #
83
+ # In both cases the property is a comma-separated list of, case-insensitive,
84
+ # authentication scheme names, as defined by their relevant RFCs. An
85
+ # implementation may, but is not required to, support common schemes whose names
86
+ # include: 'Basic', 'Digest', 'NTLM', 'Kerberos', 'Negotiate'. A scheme that
87
+ # is not known, or not supported, by the implementation is ignored.
88
+ #
89
+ # Note: This property is currently used by the JDK Reference implementation. It
90
+ # is not guaranteed to be examined and used by other implementations.
91
+ #
92
+ #jdk.http.auth.proxying.disabledSchemes=
93
+ jdk.http.auth.tunneling.disabledSchemes=Basic
94
+
95
+ #
96
+ # Allow restricted HTTP request headers
97
+ #
98
+ # By default, the following request headers are not allowed to be set by user code
99
+ # in HttpRequests: "connection", "content-length", "expect", "host" and "upgrade".
100
+ # The 'jdk.httpclient.allowRestrictedHeaders' property allows one or more of these
101
+ # headers to be specified as a comma separated list to override the default restriction.
102
+ # The names are case-insensitive and white-space is ignored (removed before processing
103
+ # the list). Note, this capability is mostly intended for testing and isn't expected
104
+ # to be used in real deployments. Protocol errors or other undefined behavior is likely
105
+ # to occur when using them. The property is not set by default.
106
+ # Note also, that there may be other headers that are restricted from being set
107
+ # depending on the context. This includes the "Authorization" header when the
108
+ # relevant HttpClient has an authenticator set. These restrictions cannot be
109
+ # overridden by this property.
110
+ #
111
+ # jdk.httpclient.allowRestrictedHeaders=host
112
+ #
113
+ #
114
+ # Transparent NTLM HTTP authentication mode on Windows. Transparent authentication
115
+ # can be used for the NTLM scheme, where the security credentials based on the
116
+ # currently logged in user's name and password can be obtained directly from the
117
+ # operating system, without prompting the user. This property has three possible
118
+ # values which regulate the behavior as shown below. Other unrecognized values
119
+ # are handled the same as 'disabled'. Note, that NTLM is not considered to be a
120
+ # strongly secure authentication scheme and care should be taken before enabling
121
+ # this mechanism.
122
+ #
123
+ # Transparent authentication never used.
124
+ #jdk.http.ntlm.transparentAuth=disabled
125
+ #
126
+ # Enabled for all hosts.
127
+ #jdk.http.ntlm.transparentAuth=allHosts
128
+ #
129
+ # Enabled for hosts that are trusted in Windows Internet settings
130
+ #jdk.http.ntlm.transparentAuth=trustedHosts
131
+ #
132
+ jdk.http.ntlm.transparentAuth=disabled
133
+
134
+ #
135
+ # Maximum HTTP field section size that a client is prepared to accept
136
+ #
137
+ # jdk.http.maxHeaderSize=393216
138
+ #
139
+ # This is the maximum header field section size that a client is prepared to accept.
140
+ # This is computed as the sum of the size of the uncompressed header name, plus
141
+ # the size of the uncompressed header value, plus an overhead of 32 bytes for
142
+ # each field section line. If a peer sends a field section that exceeds this
143
+ # size a {@link java.net.ProtocolException ProtocolException} will be raised.
144
+ # This applies to all versions of the HTTP protocol. A value of zero or a negative
145
+ # value means no limit. If left unspecified, the default value is 393216 bytes
146
+ # or 384kB.
147
+ #
148
+ # Note: This property is currently used by the JDK Reference implementation. It
149
+ # is not guaranteed to be examined and used by other implementations.
150
+ #
151
+ # Default directory where automatically bound Unix domain server
152
+ # sockets are stored. Sockets are automatically bound when bound
153
+ # with a null address.
154
+ #
155
+ # On Unix the search order to determine this directory is:
156
+ #
157
+ # 1. System property jdk.net.unixdomain.tmpdir
158
+ #
159
+ # 2. Networking property jdk.net.unixdomain.tmpdir specified
160
+ # in this file (effective default)
161
+ #
162
+ # 3. System property java.io.tmpdir
163
+ #
164
+ jdk.net.unixdomain.tmpdir=/tmp
@@ -0,0 +1,46 @@
1
+ //
2
+ // This system policy file grants a set of default permissions to all domains
3
+ // and can be configured to grant additional permissions to modules and other
4
+ // code sources. The code source URL scheme for modules linked into a
5
+ // run-time image is "jrt".
6
+ //
7
+ // For example, to grant permission to read the "foo" property to the module
8
+ // "com.greetings", the grant entry is:
9
+ //
10
+ // grant codeBase "jrt:/com.greetings" {
11
+ // permission java.util.PropertyPermission "foo", "read";
12
+ // };
13
+ //
14
+
15
+ // default permissions granted to all domains
16
+ grant {
17
+ // allows anyone to listen on dynamic ports
18
+ permission java.net.SocketPermission "localhost:0", "listen";
19
+
20
+ // "standard" properties that can be read by anyone
21
+ permission java.util.PropertyPermission "java.version", "read";
22
+ permission java.util.PropertyPermission "java.vendor", "read";
23
+ permission java.util.PropertyPermission "java.vendor.url", "read";
24
+ permission java.util.PropertyPermission "java.class.version", "read";
25
+ permission java.util.PropertyPermission "os.name", "read";
26
+ permission java.util.PropertyPermission "os.version", "read";
27
+ permission java.util.PropertyPermission "os.arch", "read";
28
+ permission java.util.PropertyPermission "file.separator", "read";
29
+ permission java.util.PropertyPermission "path.separator", "read";
30
+ permission java.util.PropertyPermission "line.separator", "read";
31
+ permission java.util.PropertyPermission
32
+ "java.specification.version", "read";
33
+ permission java.util.PropertyPermission
34
+ "java.specification.maintenance.version", "read";
35
+ permission java.util.PropertyPermission "java.specification.vendor", "read";
36
+ permission java.util.PropertyPermission "java.specification.name", "read";
37
+ permission java.util.PropertyPermission
38
+ "java.vm.specification.version", "read";
39
+ permission java.util.PropertyPermission
40
+ "java.vm.specification.vendor", "read";
41
+ permission java.util.PropertyPermission
42
+ "java.vm.specification.name", "read";
43
+ permission java.util.PropertyPermission "java.vm.version", "read";
44
+ permission java.util.PropertyPermission "java.vm.vendor", "read";
45
+ permission java.util.PropertyPermission "java.vm.name", "read";
46
+ };