whoops...the Http session is dropping the Venice cookie on the floor...
corrected that
This commit is contained in:
parent
4ee98731e6
commit
c5a7136366
|
@ -60,7 +60,6 @@ class HttpVeniceUISession implements VeniceUISession
|
||||||
|
|
||||||
// Did the user send a Venice authentication cookie? If so, try to use it.
|
// Did the user send a Venice authentication cookie? If so, try to use it.
|
||||||
Cookie[] cookies = request.getCookies();
|
Cookie[] cookies = request.getCookies();
|
||||||
Cookie venice_cookie = null;
|
|
||||||
for (int i=0; (venice_cookie==null) && (i<cookies.length); i++)
|
for (int i=0; (venice_cookie==null) && (i<cookies.length); i++)
|
||||||
{ // look for a Venice authentication cookie
|
{ // look for a Venice authentication cookie
|
||||||
if (RequestInput.LOGIN_COOKIE.equals(cookies[i].getName()))
|
if (RequestInput.LOGIN_COOKIE.equals(cookies[i].getName()))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user