WebClient should provide CookieStore support [SPR-17616] #22148
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
GanMing opened SPR-17616 and commented
I encountered a problem with cookie management when I migrated the StatefullRestTemplate to WebClient.
StatefullRestTemplate
I expect to be able to provide a method compatible with the implementation of java.net.CookieStore, I found the following information.
CookieStoreImpl
Or Reactor Netty's HttpClient can provide features like CookieStore.
Affects: 5.1.3
The text was updated successfully, but these errors were encountered: