Home / Function/ testDecodingValuesWithCommasAndEqualsFails() — netty Function Reference

testDecodingValuesWithCommasAndEqualsFails() — netty Function Reference

Architecture documentation for the testDecodingValuesWithCommasAndEqualsFails() function in ClientCookieDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  3ad43c15_62b3_a341_8a54_54667790292d["testDecodingValuesWithCommasAndEqualsFails()"]
  2635e872_d46e_792f_9aed_dd9f06eec252["ClientCookieDecoderTest"]
  3ad43c15_62b3_a341_8a54_54667790292d -->|defined in| 2635e872_d46e_792f_9aed_dd9f06eec252
  style 3ad43c15_62b3_a341_8a54_54667790292d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java lines 211–216

    @Test
    public void testDecodingValuesWithCommasAndEqualsFails() {
        String src = "A=v=1&lg=en-US,it-IT,it&intl=it&np=1;T=z=E";
        Cookie cookie = ClientCookieDecoder.STRICT.decode(src);
        assertNull(cookie);
    }

Domain

Subdomains

Frequently Asked Questions

What does testDecodingValuesWithCommasAndEqualsFails() do?
testDecodingValuesWithCommasAndEqualsFails() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java.
Where is testDecodingValuesWithCommasAndEqualsFails() defined?
testDecodingValuesWithCommasAndEqualsFails() is defined in codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java at line 211.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free