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

            Bug ID: 61299
           Summary: cookie bug in tomcat-embed-core jar
           Product: Tomcat 8
           Version: 8.5.15
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: 339128...@qq.com
  Target Milestone: ----

We have recently upgrade Tomcat-Embed from 8.0.* to 8.5.15, when I using
Tomcat-Embed 8.5.15,I find that when a browser use rfc2109 cookie. If I set
cookie: _ac=hello , when it request again, I invoke  request.getCookies() and
found that cookie value is: "hello", the point is that double quotation marks
are also in the value, (Tomcat-Embed 8.0.* does not have this problem), the
cookie header is like :

Cookie: $Version="1"; _ac="hello";$Path="/";$Domain="example.com"

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to