https://bz.apache.org/bugzilla/show_bug.cgi?id=60208

            Bug ID: 60208
           Summary: Regression: Cookies whose names match the web
                    application context are now missing from
                    request.getCookies() result
           Product: Tomcat 8
           Version: 8.5.5
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Catalina
          Assignee: [email protected]
          Reporter: [email protected]

Suppose I have an application running at context path '/my-webapp'.
Then I create a basic cookie with name '/my-webapp'.

With Tomcat 8.0.33:
When I try to retrieve it from the application with request.getCookies(), the
cookie is present.

With Tomcat 8.5.5:
When I try to retrieve it from the application with request.getCookies(), the
cookie is missing.

All tests were run on Chrome and Firefox. Both browsers always send the wanted
cookie according to their developer panels.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to