https://issues.apache.org/bugzilla/show_bug.cgi?id=49749

--- Comment #1 from [email protected] 2010-08-16 13:04:28 EDT ---
Since the setting of HttpOnly should be controlled by the useHttpOnly attribute
of the context, the code should probably read:

798- response.addCookie(cookie)
798+ response.addCookieInternal(cookie, request.getContext.getUserHttpOnly());

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to