JDK-2143584 : java.security.debug permission= and codebase= options do not work
  • Type: Backport
  • Backport of: JDK-6466247
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2006-11-07
  • Updated: 2010-09-29
  • Resolved: 2007-03-24
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 6 JDK 7
6u2 b01Fixed 7Fixed
Comments
EVALUATION The cause of the issue in the description cases is that the "permission=" or "codebase=" does not use a ',' to separate the option with other options. In JDK 6, when we introduce the new features that supports "permission=" and "codebase=" option, we need a separator (',') for multiple options. However, before jdk 6, we do not need a separator for multiple options, then for codes before jdk6, they may be run into issues at java security debug when they start to use jdk 6. So we have to make the debug options independent from a certain separator, like ','.
16-01-2007

EVALUATION will backport to 6u2
09-11-2006