Changes between Version 161 and Version 162 of API


Ignore:
Timestamp:
08/10/2012 12:22:06 AM (10 months ago)
Author:
jbe
Comment:

Removed security section (will be replaced by API security specification)

Legend:

Unmodified
Added
Removed
Modified
  • API

    v161 v162  
    77 * [#Response Response] 
    88 * [#Applicationauthenticationandsessionmanagement Application authentication and session management] 
    9  * [#Security Security] 
    109 * [#Snapshots Snapshots] 
    1110  
     
    213212[[BR]] 
    214213 
    215 == Security 
    216 It is **highly recommended** to make the service **ONLY** available via SSL! The application itself is not providing SSL itself, so please use a SSL proxy for that. 
    217  
    218 TODO! 
    219  
    220214== Snapshots 
    221215The calculcation of delegation chains is time consuming. Because of that a snapshot of the current delegation chains for every issue is calculated periodically by a background job. At some points in time (i.e. issue state changes) the current snapshot is saved for future use. The current snapshot is referred to as "latest", the saved snapshots are called: "end_of_admission", "half_freeze" and "full_freeze". These references can be used for the GET methods "population", "interest" and "support".