jetty.project/jetty-ee9/jetty-ee9-websocket
Simone Bordet d02932f690
Fixes #9288 - Jetty 12 - Use oej.http.HttpCookie in jetty-client. (#9289)
* Replaced usages of java.net.HttpCookie with oej.http.HttpCookie.
* Moved server-side only methods from HttpCookie to HttpCookieUtils.
* Introduced and implemented oej.http.HttpCookieStore.
* Removed now obsolete oej.util.HttpCookieStore.
* Introduced HttpScheme.isSecure(String), to avoid code duplication.
* Fixed handling of cookie "localhost" domain in HttpClient.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-02-07 17:28:01 +01:00
..
jetty-ee9-websocket-jakarta-client Review and normalized all Maven module <name> for consistency. 2023-01-27 19:09:30 +01:00
jetty-ee9-websocket-jakarta-common Issue #9300 - Rename RetainableByteBufferPool to ByteBufferPool 2023-02-06 10:31:14 +01:00
jetty-ee9-websocket-jakarta-server Review and normalized all Maven module <name> for consistency. 2023-01-27 19:09:30 +01:00
jetty-ee9-websocket-jakarta-tests Issue #9300 - Rename RetainableByteBufferPool to ByteBufferPool 2023-02-06 10:31:14 +01:00
jetty-ee9-websocket-jetty-api Review and normalized all Maven module <name> for consistency. 2023-01-27 19:09:30 +01:00
jetty-ee9-websocket-jetty-client Fixes #9288 - Jetty 12 - Use oej.http.HttpCookie in jetty-client. (#9289) 2023-02-07 17:28:01 +01:00
jetty-ee9-websocket-jetty-common Issue #9300 - Rename RetainableByteBufferPool to ByteBufferPool 2023-02-06 10:31:14 +01:00
jetty-ee9-websocket-jetty-server Review and normalized all Maven module <name> for consistency. 2023-01-27 19:09:30 +01:00
jetty-ee9-websocket-jetty-tests Issue #9293 - Jetty 12 - Relax JPMS dependencies. (#9296) 2023-02-03 10:19:41 +01:00
jetty-ee9-websocket-servlet Review and normalized all Maven module <name> for consistency. 2023-01-27 19:09:30 +01:00
pom.xml jetty 12.0.x test ee8 sessions (#8361) 2022-08-01 12:16:07 +10:00