[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] 03/08: comments
From: |
gnunet |
Subject: |
[libeufin] 03/08: comments |
Date: |
Wed, 08 Feb 2023 14:32:19 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
commit e218a12b1f56eeebdb23f43abc729852655550ad
Author: MS <ms@taler.net>
AuthorDate: Fri Feb 3 17:52:00 2023 +0100
comments
---
sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
index d820f44f..86bb8f18 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt
@@ -1426,6 +1426,7 @@ suspend fun ApplicationCall.ebicsweb() {
)
respondText(strResp, ContentType.Application.Xml,
HttpStatusCode.OK)
}
+ // FIXME: should check subscriber state?
"ebicsNoPubKeyDigestsRequest" -> {
val requestObject = requestDocument.toObject<EbicsNpkdRequest>()
val hostInfo = ensureEbicsHost(requestObject.header.static.hostID)
@@ -1434,6 +1435,7 @@ suspend fun ApplicationCall.ebicsweb() {
else -> throw EbicsInvalidXmlError()
}
}
+ // FIXME: must check subscriber state.
"ebicsRequest" -> {
val requestObject = requestDocument.toObject<EbicsRequest>()
val responseXmlStr =
transaction(Connection.TRANSACTION_SERIALIZABLE, repetitionAttempts = 10) {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libeufin] branch master updated (64c2d251 -> 6726bb63), gnunet, 2023/02/08
- [libeufin] 05/08: background jobs, gnunet, 2023/02/08
- [libeufin] 02/08: EBICS subscriber creation., gnunet, 2023/02/08
- [libeufin] 01/08: help message, gnunet, 2023/02/08
- [libeufin] 03/08: comments,
gnunet <=
- [libeufin] 04/08: Tests environment., gnunet, 2023/02/08
- [libeufin] 06/08: implementing #7521, gnunet, 2023/02/08
- [libeufin] 07/08: tests: needed to specify a correct EBICS host ID., gnunet, 2023/02/08
- [libeufin] 08/08: testing the implementation of #7521, gnunet, 2023/02/08