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

            Bug ID: 66420
           Summary: Change in Tomcat 9.0.69 has caused regression issue
                    with httpClient 4.5.13
           Product: Tomcat 9
           Version: 9.0.69
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: pratikkumar.ka...@sailpoint.com
  Target Milestone: -----

As per changelog of 9.0.69, 
Correct the date format used with the expires attribute of HTTP cookies. A
single space rather than a single dash should be used to separate the day,
month and year components to be compliant with RFC 6265. (markt)

So Expiry date format is changed but now httpclient is rejecting this :

http.client.protocol.ResponseProcessCookies

2023-01-10T23:17:36,256  WARN ***Expires=Thu, 12 Jan 2023 07:17:36 GMT;
Secure". Invalid 'expires' attribute: Thu, 12 Jan 2023 07:17:36 GMT

and hence it is not putting in cookieStore which is causing issue in
regression. 

So need to have backward compatibility or updated httpClient jar. Current
httpclient is 4.5.13

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