Author: [email protected]
Date: Tue Apr 14 17:01:10 2009
New Revision: 5237

Modified:
    trunk/user/src/com/google/gwt/user/client/Cookies.java

Log:
Tweaks docs on secure cookies, fixing issue 1638

tbr: jgw


Modified: trunk/user/src/com/google/gwt/user/client/Cookies.java
==============================================================================
--- trunk/user/src/com/google/gwt/user/client/Cookies.java      (original)
+++ trunk/user/src/com/google/gwt/user/client/Cookies.java      Tue Apr 14  
17:01:10 2009
@@ -98,7 +98,8 @@
     * @param expires when the cookie expires
     * @param domain the domain to be associated with this cookie
     * @param path the path to be associated with this cookie
-   * @param secure <code>true</code> to make this a secure cookie
+   * @param secure <code>true</code> to make this a secure cookie (that is,
+   * only accessible over an SSL connection)
     */
    public static void setCookie(String name, String value, Date expires,
        String domain, String path, boolean secure) {

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to