equal
deleted
inserted
replaced
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 |