Re: Single Signon without Cookies

2013-12-11 Thread Brian Burch
On 11/12/13 16:47, selvakumar netaji wrote: Hi Brian, Can you send us some sample unit tests if it doesn't violate any laws or infringements. Like tomcat itself, the unit tests are open source. The tests are all in the tc7 and tc8 repositories! Just do a svn checkout or browse them online.

Re: Single Signon without Cookies

2013-12-11 Thread selvakumar netaji
Hi Brian, Can you send us some sample unit tests if it doesn't violate any laws or infringements.

Re: Single Signon without Cookies

2013-12-11 Thread Brian Burch
On 10/12/13 18:02, Mark Thomas wrote: On 10/12/2013 17:13, Brian Burch wrote: Some background first: I made a lot of changes to the Authenticator test classes some time ago. That led to changes to some of the Authenticator classes. The test classes are basically in pairs - "with" and "without" S

Re: Single Signon without Cookies

2013-12-10 Thread Mark Thomas
On 10/12/2013 17:13, Brian Burch wrote: > Some background first: I made a lot of changes to the Authenticator test > classes some time ago. That led to changes to some of the Authenticator > classes. The test classes are basically in pairs - "with" and "without" > SSO. > > I decided to revisit the

Single Signon without Cookies

2013-12-10 Thread Brian Burch
Some background first: I made a lot of changes to the Authenticator test classes some time ago. That led to changes to some of the Authenticator classes. The test classes are basically in pairs - "with" and "without" SSO. I decided to revisit the entire test suite, trying to make them more sel