https://issues.apache.org/bugzilla/show_bug.cgi?id=55975
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> --- In org.apache.tomcat.util.http.TestSetCookieSupportSeparatorsAllowed there are 3 tests that are marked with @Ignore("bug 55975") If I remove the @Ignore on them, 1 test passes, 2 tests fail. One that passes: Testcase: v1ValueContainsNonV0Separator took 0 sec Two that fail: Testcase: v1ValueContainsBackslashAndQuote took 0,008 sec FAILED expected:<foo=["a\"b\\c"]; Version=1> but was:<foo=[a"b\c]; Version=1> Testcase: v1ValueContainsBackslash took 0 sec FAILED expected:<foo=["a\\b"]; Version=1> but was:<foo=[a\b]; Version=1> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org