--- old/src/java.corba/share/classes/com/sun/jndi/cosnaming/IiopUrl.java 2015-05-26 15:29:15.700192563 +0400 +++ new/src/java.corba/share/classes/com/sun/jndi/cosnaming/IiopUrl.java 2015-05-26 15:29:15.544192563 +0400 @@ -38,6 +38,7 @@ * * The format of an iiopname URL is defined in INS 98-10-11 as follows: * + *
  * iiopname url = "iiopname://" [addr_list]["/" string_name]
  * addr_list    = [address ","]* address
  * address      = [version host [":" port]]
@@ -46,19 +47,23 @@
  * port         = number
  * major        = number
  * minor        = number
- * string_name = stringified name | empty_string
+ * string_name  = stringified name | empty_string
+ * 
* * The default port is 9999. The default version is "1.0" * US-ASCII alphanumeric characters are not escaped. Any characters outside * of this range are escaped except for the following: + *
{@code
  * ; / : ? : @ & = + $ , - _ . ! ~ *  ' ( )
+ * }
* Escaped characters is escaped by using a % followed by its 2 hexadecimal * numbers representing the octet. * * For backward compatibility, the "iiop" URL as defined in INS 97-6-6 * is also supported: - * + *
{@code
  * iiop url     = "iiop://" [host [":" port]] ["/" string_name]
+ * }
* The default port is 900. * * @author Rosanna Lee