https://issues.apache.org/bugzilla/show_bug.cgi?id=55867

            Bug ID: 55867
           Summary: When Cookie value is empty, double quotes are added
           Product: Tomcat 7
           Version: 7.0.41
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Servlet & JSP API
          Assignee: dev@tomcat.apache.org
          Reporter: shil...@adobe.com

When Cookie value is empty, double quotes are added. Example if cookie is
following -

name = test
value = 

the resultant cookie in the client is test = ""

Tried using org.apache.tomcat.util.http.ServerCookie.ALLOW_NAME_ONLY property,
but it has no effect.

-- 
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