vert-x3 / vertx-web

HTTP web applications for Vert.x
Apache License 2.0
1.11k stars 535 forks source link

WebClient: NPE on misformatted Date or Expires header #2594

Closed tsegismont closed 7 months ago

tsegismont commented 7 months ago

Originally reported by @vinceh121

Netty's date parse function returns null on a misformatted date. This wasn't handled properly in the cache control.

tsegismont commented 7 months ago

Fixed in #2595