gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: quote url


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: quote url properly in header
Date: Mon, 13 Feb 2017 04:16:15 +0100

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

dold pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new 6e100df  quote url properly in header
6e100df is described below

commit 6e100df40cc7576a2573255ac146cee659671f53
Author: Florian Dold <address@hidden>
AuthorDate: Mon Feb 13 04:16:12 2017 +0100

    quote url properly in header
---
 talerfrontends/blog/blog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerfrontends/blog/blog.py b/talerfrontends/blog/blog.py
index 53ea154..1acfa80 100644
--- a/talerfrontends/blog/blog.py
+++ b/talerfrontends/blog/blog.py
@@ -131,7 +131,7 @@ def article(name, data=None):
     response.headers["X-Taler-Contract-Url"] = contract_url
     response.headers["X-Taler-Contract-Query"] = "fulfillment_url"
     response.headers["X-Taler-Pay-Url"] = make_url("/pay")
-    response.headers["X-Taler-Offer-Url"] = make_url("/essay/" + name)
+    response.headers["X-Taler-Offer-Url"] = make_url("/essay/" + quote(name))
     return response
 
 

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



reply via email to

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