Searched refs:HttpOnly (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DHttpOnly.java27 * 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 { class
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 cooki
[all...]

Completed in 899 milliseconds