gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: logging


From: gnunet
Subject: [libeufin] branch master updated: logging
Date: Fri, 04 Feb 2022 06:39:41 +0100

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

ms pushed a commit to branch master
in repository libeufin.

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

commit c6fb84cc97c034cb6f42e61770018931091c2204
Author: ms <ms@taler.net>
AuthorDate: Fri Feb 4 06:00:46 2022 +0100

    logging
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index bebddb4c..398283bd 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -423,6 +423,7 @@ val sandboxApp: Application.() -> Unit = {
         header(HttpHeaders.Authorization)
         header(HttpHeaders.ContentType)
         method(HttpMethod.Options)
+        logger.info("Enabling CORS (assuming no endpoint uses cookies).")
         allowCredentials = true
     }
     install(Authentication) {

-- 
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]