Index: /home/oleg/src/apache.org/jakarta-commons/httpclient-trunk/src/java/org/apache/commons/httpclient/cookie/CookieSpec.java =================================================================== --- /home/oleg/src/apache.org/jakarta-commons/httpclient-trunk/src/java/org/apache/commons/httpclient/cookie/CookieSpec.java (revision 354827) +++ /home/oleg/src/apache.org/jakarta-commons/httpclient-trunk/src/java/org/apache/commons/httpclient/cookie/CookieSpec.java (working copy) @@ -60,6 +60,11 @@ /** * Parse the "Set-Cookie" header value into Cookie array. + * + *
This method not will not perform the validation of the resultant + * {@link Cookie}s
+ * + * @see #validate(String, int, String, boolean, Cookie) * * @param host the host which sent the Set-Cookie header * @param port the port which sent the Set-Cookie header @@ -78,6 +83,11 @@ /** * Parse the "Set-Cookie" Header into an array of Cookies. * + *This method not will not perform the validation of the resultant + * {@link Cookie}s
+ * + * @see #validate(String, int, String, boolean, Cookie) + * * @param host the host which sent the Set-Cookie header * @param port the port which sent the Set-Cookie header * @param path the path which sent the Set-Cookie header