Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.6.1.0
-
None
Description
Starting with 10.5, Network server will attempt to create the trace directory (and any parent directories) if they do not exist. This will require that the derbynet.jar permit verification of the existence of the named trace directory and all necessary parent directories. For each directory created, the policy will require
permission java.io.FilePermission "<directory>", "read,write"
and the trace directory will require
permission java.io.FilePermission "<trace directory>${/}/-", "write"
Attachments
Attachments
Issue Links
- is blocked by
-
DERBY-4128 Failure in ServerPropertiesTest due to java.security.AccessControlException on the server side, in 10.4 to 10.5.1. soft upgrade mode
- Closed
- is related to
-
DERBY-3701 java.lang.Exception: DRDA_UnableToAccept.S:Unable to accept connections and client hang if tracing is turned on but traceDirectory does not exist
- Closed