Author: peter_firmstone
Date: Wed Feb  8 07:00:49 2012
New Revision: 1241787

URL: http://svn.apache.org/viewvc?rev=1241787&view=rev
Log:
River-404 Fixed expired test certificates.

Also fixed:

A null pointer exception in SslServerEncpointImpl. 
Minor synchronisation issues in some jtreg tests.

Class variables in SslServerEndpointImpl and SslConnection were non final for 
testing purposes, their values were changed using reflection, however this 
created some synchronisation issues in the tests themselves, instead I've 
changed the property variables to final instance variables, that retrieve 
properties on construction.  Takes a little longer to construct, but has the 
advantage of being final.

Also includes some other minor refactorings.

Removed:
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keys/old/

Reply via email to