JDK-6392494 : Specify that // is reserved in ObjectName domains
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-03-01
  • Updated: 2017-05-16
  • Resolved: 2006-04-29
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
6 b83Fixed
Description
JSR 255 is planning to use "//" in the domain part of an ObjectName as a separator for "cascading".  This is scheduled for Dolphin (Java SE 7), but the ObjectName spec should already be updated in Mustang to anticipate it.  It should say, e.g., "the domain part of the ObjectName should not contain the string "//", which is reserved for future use."

Comments
EVALUATION Proposed change is now: "It is recommended that the domain part of the ObjectName should not contain the string "//", which is reserved for future use." This makes it clearer that it is legal but inadvisable to use "//" in the domain name.
03-04-2006

EVALUATION Spec change only, does not affect existing behavior or require new tests.
01-03-2006