mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-19 04:55:01 +00:00
Making sure cookies are set
This commit is contained in:
parent
4660f35210
commit
e0b3c1b926
@ -196,7 +196,11 @@ public class ClientUpgradeRequest extends UpgradeRequest
|
||||
|
||||
public void setCookiesFrom(CookieStore cookieStore)
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
if (cookieStore == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
setCookies(cookieStore.get(getRequestURI()));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user