You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2012/02/08 08:13:39 UTC

svn commit: r1241792 - /river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/

Author: peter_firmstone
Date: Wed Feb  8 07:13:39 2012
New Revision: 1241792

URL: http://svn.apache.org/viewvc?rev=1241792&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.

Modified:
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-ca.truststore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-ca1.truststore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-ca2.truststore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1A.keystore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1B.keystore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1C.keystore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1D.keystore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1E.keystore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2A.keystore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2B.keystore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2C.keystore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2D.keystore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2E.keystore
    river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/users.truststore

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-ca.truststore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-ca.truststore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-ca1.truststore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-ca1.truststore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-ca2.truststore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-ca2.truststore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1A.keystore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1A.keystore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1B.keystore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1B.keystore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1C.keystore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1C.keystore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1D.keystore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1D.keystore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1E.keystore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user1E.keystore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2A.keystore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2A.keystore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2B.keystore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2B.keystore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2C.keystore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2C.keystore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2D.keystore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2D.keystore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2E.keystore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/test-user2E.keystore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.

Modified: river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/users.truststore
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/peterConcurrentPolicy/qa/jtreg/certs/keystores/users.truststore?rev=1241792&r1=1241791&r2=1241792&view=diff
==============================================================================
Binary files - no diff available.