JDK 11 | JDK 17 | JDK 18 | JDK 19 | JDK 7 | JDK 8 |
---|---|---|---|---|---|
11.0.15.1-oracleResolved | 17.0.3.1-oracleResolved | 18.0.1.1Resolved | 19Resolved | 7u343Resolved | 8u333Resolved |
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.File.enableADS` should be set to `false` (case ignored). Stricter path checking however prevents the use of special devices such as `NUL:`
|