You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/06/06 17:54:09 UTC

[Bug 55975] Inconsistent escaping applied to V0 cookie values

https://issues.apache.org/bugzilla/show_bug.cgi?id=55975

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #2 from Konstantin Kolinko <kn...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org