18 Apr, 2013

3 commits


17 Apr, 2013

5 commits


16 Apr, 2013

4 commits

  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8755 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@8753 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • 
    Improved error reporting to the client: Internal exceptions are now returned to the client as such.
    This simplified the error handling code.
    
    
    CollectClientConnectionsFilter.java:
    Renamed sendUnauthorizedResponseWithHTTPBasicAuthChallenge() to sendErrorResponse().
    Extracted more generic method toJSON() from sendErrorResponse().
    Removed several try / catch + logging and replaced them with throwing the exception up.
    
    HTTPClientConnection.java:
    A connection is now valid by default (doh!)
    
    CollectClientConnectionsFilterTest.java:
    Updated the tests.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8752 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • OperationWrapper.java:
    Generecized the type of the wrapped operation.
    Added protected method getOperation() that returns the wrapped operation.
    
    AddOperationWrapper.java, BindOperationWrapper.java, CompareOperationWrapper.java, DeleteOperationWrapper.java, ModifyDNOperationWrapper.java, ModifyOperationWrapper.java, SearchOperationWrapper.java:
    Added the generic type to the superclass OperationWrapper.
    Got rid of specific instance members to old the operation with the correct type and called getOperation() instead.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8749 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

15 Apr, 2013

9 commits


12 Apr, 2013

6 commits


11 Apr, 2013

7 commits


10 Apr, 2013

6 commits