gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -bad idea


From: gnunet
Subject: [taler-exchange] branch master updated: -bad idea
Date: Sun, 18 Feb 2024 12:29:24 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2504699b -bad idea
2504699b is described below

commit 2504699b3b79ed7203d7413d8bbc91ffd28b5481
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 18 12:29:21 2024 +0100

    -bad idea
---
 src/util/url.c | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/src/util/url.c b/src/util/url.c
index 593aa9b5..bf59ba6e 100644
--- a/src/util/url.c
+++ b/src/util/url.c
@@ -222,25 +222,6 @@ TALER_url_join (const char *base_url,
                 "Empty base URL specified\n");
     return NULL;
   }
-  if (NULL != strchr (base_url,
-                      '?'))
-  {
-    /* query parameters not supported */
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Query parameters not allowed in base URL `%s'\n",
-                base_url);
-    return NULL;
-  }
-  if (NULL != strchr (path,
-                      '?'))
-  {
-    /* query parameters not supported */
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Query parameters not allowed in path `%s'\n",
-                path);
-    return NULL;
-  }
-
   if ('\0' != path[0])
   {
     if ('/' != base_url[strlen (base_url) - 1])

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