JDK-8015965 : (process) Typo in name of property to allow ambiguous commands
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 7u25,8
  • Priority: P3
  • Status: Closed
  • Resolution: Other
  • Submitted: 2013-06-05
  • Updated: 2013-10-16
  • Resolved: 2013-06-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u60Fixed 8Resolved
Related Reports
Relates :  
Description
The property is currently  "jdk.lang.Process.allowAmbigousCommands", it should be "jdk.lang.Process.allowAmbiguousCommands".
Comments
The property has been renamed as part of the changes to only do strict validation when a security manager is set.
21-06-2013