[jboss-cvs] JBossAS SVN: r61303 - branches/Branch_4_2/jmx/src/main/org/jboss/mx/util.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 13 15:33:29 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-13 15:33:29 -0400 (Tue, 13 Mar 2007)
New Revision: 61303

Modified:
   branches/Branch_4_2/jmx/src/main/org/jboss/mx/util/ObjectNameConverter.java
Log:
JBAS-4183, Update the conversion table

Modified: branches/Branch_4_2/jmx/src/main/org/jboss/mx/util/ObjectNameConverter.java
===================================================================
--- branches/Branch_4_2/jmx/src/main/org/jboss/mx/util/ObjectNameConverter.java	2007-03-13 19:27:46 UTC (rev 61302)
+++ branches/Branch_4_2/jmx/src/main/org/jboss/mx/util/ObjectNameConverter.java	2007-03-13 19:33:29 UTC (rev 61303)
@@ -39,6 +39,8 @@
  * ':'  =>  '%3a'  <br>
  * '?'  =>  '%3f'  <br>
  * '='  =>  '%3d'  <br>
+ * '\'' =>  '%27'  <br>
+ * '\"' =>  '%22'  <br>
  * <br>Thanx to William Hoyle for mention this
  * <br><b>Attention:</b>When you have a comma in one of your property
  * value then you have to use a <i>Hashtable</i> to provide the properties




More information about the jboss-cvs-commits mailing list