gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: note


From: gnunet
Subject: [libeufin] branch master updated: note
Date: Thu, 23 Jan 2020 00:03:13 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 5bc7981  note
5bc7981 is described below

commit 5bc798158d8767290ec3a0414be4e8c3c464cc2a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jan 23 00:03:05 2020 +0100

    note
---
 .../src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
index ed13b44..7921ef4 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -710,6 +710,11 @@ suspend fun ApplicationCall.ebicsweb() {
                 }
 
                 if (ebicsHost == null) throw EbicsInvalidRequestError()
+
+                /**
+                 * NOTE: production logic must check against READY state (the
+                 * one activated after the subscriber confirms their keys via 
post)
+                 */
                 if (subscriber == null || subscriber.state != 
SubscriberState.INITIALIZED)
                     throw EbicsSubscriberStateError()
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]