Lines Matching refs:HttpOnly
27 * HttpOnly cookies
50 * 2) populate cookie store with HttpOnly cookies
51 * 3) make HTTP request that should contain HttpOnly cookies
52 * 4) check HttpOnly cookies received by server
53 * 5) server reply with Set-Cookie containing HttpOnly cookie
54 * 6) check HttpOnly cookies are not accessible from Http client
59 public class HttpOnly {
87 + URI_PATH +"; HttpOnly");
99 // TEST 1: check getRequestProperty doesn't return the HttpOnly cookie
105 // TEST 2: check getRequestProperties doesn't return the HttpOnly cookie.
116 // TEST 3: check getHeaderField doesn't return Set-Cookie with HttpOnly
121 "getHeaderField returned Set-Cookie header with HttpOnly, " +
125 // TEST 3.5: check getHeaderField doesn't return Set-Cookie2 with HttpOnly
130 "getHeaderField returned Set-Cookie2 header with HttpOnly, " +
135 // or Set-Cookie2 headers with HttpOnly
145 "getHeaderFields returned Set-Cookie header with HttpOnly, "
153 "getHeaderFields returned Set-Cookie2 header with HttpOnly, "
165 // TEST 5: check getRequestProperty doesn't return the HttpOnly cookie
168 "HttpOnly cookie returned from getRequestProperty, value " + cookie);
170 // TEST 6: check getRequestProperties doesn't return the HttpOnly cookie.
178 "HttpOnly cookie returned from getRequestProperties," +
240 + URI_PATH +"; HttpOnly");
248 + "; version=1; Path=" + URI_PATH +"; HttpOnly");