taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ba209bbe9fb8d5b0017548443d0d68b70adc1016
parent 4fe072f8f842af2f79ead3da7246d49bb34551bc
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 11 Aug 2021 08:54:19 -0400

reword to use active voice

Diffstat:
Mtaler-merchant-manual.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -781,7 +781,7 @@ The following documentation shows how to handle any instance, so you should read it twice, first creating the ``default`` instance, then creating normal ones. .. note:: - A security concern is that instance existence is leaked in normal API usage. + A security concern is that normal API usage leaks instance existence. This means unauthorized users can distinguish between the case where the instance does not exist (HTTP 404) and the case where access is denied (HTTP 403).