This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "CRV2 TransLogic"
From OWASP
Line 1: | Line 1: | ||
==idempotence== | ==idempotence== | ||
− | + | ||
+ | Is the property of certain operations can be applied multiple times without changing the result beyond the initial application. | ||
The concept of idempotence arises in a number of places. The request methods of the HyperText Transfer Protocol (HTTP) computer protocol are a common example of idempotence, in that data retrieval operations can be performed without changing or otherwise affecting the data | The concept of idempotence arises in a number of places. The request methods of the HyperText Transfer Protocol (HTTP) computer protocol are a common example of idempotence, in that data retrieval operations can be performed without changing or otherwise affecting the data |
Revision as of 21:26, 15 June 2014
idempotence
Is the property of certain operations can be applied multiple times without changing the result beyond the initial application.
The concept of idempotence arises in a number of places. The request methods of the HyperText Transfer Protocol (HTTP) computer protocol are a common example of idempotence, in that data retrieval operations can be performed without changing or otherwise affecting the data