jetty.project/jetty-ee9/jetty-ee9-websocket/jetty-ee9-websocket-jetty-c...
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
..
src Fixes #9288 - Jetty 12 - Use oej.http.HttpCookie in jetty-client. (#9289) 2023-02-07 17:28:01 +01:00
pom.xml Review and normalized all Maven module <name> for consistency. 2023-01-27 19:09:30 +01:00