jdk/src/share/classes/java/net/HttpCookie.java
changeset 21346 793a4fec2332
parent 19069 1d9cb0d080e3
child 23927 225d01ae6469
equal deleted inserted replaced
21345:822b73ad4cc0 21346:793a4fec2332
   759 
   759 
   760     // Note -- disabled for now to allow full Netscape compatibility
   760     // Note -- disabled for now to allow full Netscape compatibility
   761     // from RFC 2068, token special case characters
   761     // from RFC 2068, token special case characters
   762     //
   762     //
   763     // private static final String tspecials = "()<>@,;:\\\"/[]?={} \t";
   763     // private static final String tspecials = "()<>@,;:\\\"/[]?={} \t";
   764     private static final String tspecials = ",;";
   764     private static final String tspecials = ",; ";  // deliberately includes space
   765 
   765 
   766     /*
   766     /*
   767      * Tests a string and returns true if the string counts as a token.
   767      * Tests a string and returns true if the string counts as a token.
   768      *
   768      *
   769      * @param  value
   769      * @param  value