gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: make sure base URLs end with slash


From: gnunet
Subject: [libeufin] branch master updated: make sure base URLs end with slash
Date: Wed, 04 Aug 2021 12:41:05 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new b829cc2  make sure base URLs end with slash
b829cc2 is described below

commit b829cc25a9a0fa761f51691ee2c165e894cacb7a
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Aug 4 12:41:02 2021 +0200

    make sure base URLs end with slash
---
 nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
index b8c7404..08e05ff 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
@@ -856,6 +856,7 @@ fun serverMain(dbName: String, host: String, port: Int) {
                             parameters.clear()
                             encodedPath = ""
                             pathComponents("facades", f.facadeName, f.type)
+                            encodedPath += "/"
                         },
                         config = getFacadeState(f.type, f)
                     )
@@ -882,6 +883,7 @@ fun serverMain(dbName: String, host: String, port: Int) {
                                     parameters.clear()
                                     encodedPath = ""
                                     pathComponents("facades", it.facadeName, 
it.type)
+                                    encodedPath += "/"
                                 },
                                 config = getFacadeState(it.type, it)
                             )
@@ -1013,4 +1015,4 @@ fun serverMain(dbName: String, host: String, port: Int) {
         logger.error(e.message)
         exitProcess(1)
     }
-}
\ No newline at end of file
+}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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