--- test/org/apache/tomcat/util/http/TestCookies.java (revision 928035) +++ test/org/apache/tomcat/util/http/TestCookies.java (working copy) @@ -97,6 +97,7 @@ // Test name-only at the end of the header test("foo;a=b;bar", "foo", "", "a", "b", "bar", ""); test("foo;a=b;bar;", "foo", "", "a", "b", "bar", ""); + test("foo;a=b;bar=", "foo", "", "a", "b", "bar", ""); test("foo;a=b;bar ", "foo", "", "a", "b", "bar", ""); test("foo;a=b;bar ;", "foo", "", "a", "b", "bar", "");