-
Backport
-
Resolution: Delivered
-
P4
-
7u343, 8u333, 11.0.15.1-oracle, 11.0.15.1.1-oracle, 17.0.3.1-oracle, 17.0.3.1.1-oracle, 18.0.1.1, 19
The Windows implementation of `java.io.File` allows access to NTFS Alternate Data Streams (ADS) by default. Such streams have a structure like “filename:streamname”. A system property `jdk.io.File.enableADS` has been added to control this behavior. To disable ADS support in `java.io.File`, the system property `[jdk.io](http://jdk.io).File.enableADS` should be set to `false` (case ignored). Stricter path checking however prevents the use of special devices such as `NUL:`
- backport of
-
JDK-8285660 Release Note: New System Property to Disable Windows Alternate Data Stream Support in java.io.File
- Resolved