As a result of the change due to CR 7183292, there is a slight inconsistency between the implementation
of HttpCookie and its spec. The constructor is specified to throw IllegalArgumentException if the name
is a reserved token. We have removed this restriction from the implementation as it is not a correct
interpretation of the spec. So, the corresponding text needs to be removed from the API doc.
of HttpCookie and its spec. The constructor is specified to throw IllegalArgumentException if the name
is a reserved token. We have removed this restriction from the implementation as it is not a correct
interpretation of the spec. So, the corresponding text needs to be removed from the API doc.
- relates to
-
JDK-7188517 Check on '$' character is missing in the HttpCookie class constructor
- Closed