git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@887913
13f79535-47bb-0310-9956-
ffa450edef68
* If true, separators that are not explicitly dis-allowed by the v0 cookie
* spec but are disallowed by the HTTP spec will be allowed in v0 cookie
* names and values. These characters are: \"()/:<=>?@[\\]{} Note that the
- * inclusion of / depend on the value of {@link #FWD_SLASH_IS_SEPARATOR}.
+ * inclusion of / depends on the value of {@link #FWD_SLASH_IS_SEPARATOR}.
*/
public static final boolean ALLOW_HTTP_SEPARATORS_IN_V0;