Home / Function/ testRejectCookieValueWithSemicolon() — netty Function Reference

testRejectCookieValueWithSemicolon() — netty Function Reference

Architecture documentation for the testRejectCookieValueWithSemicolon() function in ServerCookieDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d2521fce_c9d2_a60b_249b_f87ce3f82c33["testRejectCookieValueWithSemicolon()"]
  d0a674bc_687d_fd48_2df1_78da505db812["ServerCookieDecoderTest"]
  d2521fce_c9d2_a60b_249b_f87ce3f82c33 -->|defined in| d0a674bc_687d_fd48_2df1_78da505db812
  style d2521fce_c9d2_a60b_249b_f87ce3f82c33 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/cookie/ServerCookieDecoderTest.java lines 198–202

    @Test
    public void testRejectCookieValueWithSemicolon() {
        Set<Cookie> cookies = ServerCookieDecoder.STRICT.decode("name=\"foo;bar\";");
        assertTrue(cookies.isEmpty());
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free