RFR: 8351983: HttpCookie Parser Incorrectly Handles Cookies with Expires Attribute [v9]
    Michael McMahon 
    michaelm at openjdk.org
       
    Thu Jun 19 12:00:52 UTC 2025
    
    
  
> Hi,
> 
> This is a fix to j.n.HttpCookie (which has a doc/spec change). So, I'm targeting it to 26.
> We currently do not obey the rule in RFC 6265 that says if both Max-Age and Expires attributes
> are present in a cookie, the Max-Age should take precedence.
> 
> Thanks
> Michael
Michael McMahon has updated the pull request incrementally with one additional commit since the last revision:
  doc update from CSR review
-------------
Changes:
  - all: https://git.openjdk.org/jdk/pull/25636/files
  - new: https://git.openjdk.org/jdk/pull/25636/files/9ee697da..a6631ae4
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25636&range=08
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25636&range=07-08
  Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/25636.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25636/head:pull/25636
PR: https://git.openjdk.org/jdk/pull/25636
    
    
More information about the net-dev
mailing list