[icedtea-web][rfc] Reproducer for PR588, java cookie jar cookies being stored properly

Adam Domurad adomurad at redhat.com
Thu Jul 26 12:34:49 PDT 2012


So Java has an internal cookie store that should be synchronized with
the browser cookies. This reproducer tests if an applet on one page can
read the cookies that an applet on another page sets.

ChangeLog:
2012-07-26  Adam Domurad  <adomurad at redhat.com>

	Reproducer for PR588, sets a cookie in the cookie jar and tries to
read 
	the same cookie in another page.
	* tests/reproducers/signed/SavingCookies/srcs/SavingCookies.java:
	Store cookies in the java cookie store, and go to a page that confirms
	they are there
	* tests/reproducers/signed/SavingCookies/srcs/CheckingCookies.java:
	Redirected from SavingCookies.java, checks the result of cookie storing
	*
tests/reproducers/signed/SavingCookies/resources/CheckingCookies.html:
	Uses CheckingCookies.java
	* tests/reproducers/signed/SavingCookies/resources/SavingCookies.html:
	Uses SavingCookies.java
	*
tests/reproducers/signed/SavingCookies/testcases/SavingCookiesTests.java:
	Test driver, opens SavingCookies.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: savingcookiesreproducer.patch
Type: text/x-patch
Size: 14023 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120726/7830a6f3/savingcookiesreproducer.patch 


More information about the distro-pkg-dev mailing list