Home / Function/ testIgnoreEmptyPath() — netty Function Reference

testIgnoreEmptyPath() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/cookie/ClientCookieDecoderTest.java lines 286–291

    @Test
    public void testIgnoreEmptyPath() {
        String emptyPath = "sessionid=OTY4ZDllNTgtYjU3OC00MWRjLTkzMWMtNGUwNzk4MTY0MTUw;Domain=;Path=";
        Cookie cookie = ClientCookieDecoder.STRICT.decode(emptyPath);
        assertNull(cookie.path());
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free