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: note


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: note
Date: Mon, 09 Oct 2017 11:08:07 +0200

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

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

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

commit 1ce4128109a338e2168757e5b02ac7fc44888bf4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Oct 9 11:07:55 2017 +0200

    note
---
 talerfrontends/blog/blog.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/talerfrontends/blog/blog.py b/talerfrontends/blog/blog.py
index 2819267..42cdbb0 100644
--- a/talerfrontends/blog/blog.py
+++ b/talerfrontends/blog/blog.py
@@ -177,6 +177,9 @@ def article(name, data=None):
     response = 
flask.make_response(flask.render_template("templates/fallback.html"), 402)
     response.headers["X-Taler-Contract-Url"] = contract_url
     response.headers["X-Taler-Contract-Query"] = "fulfillment_url"
+    # Useless (?) header, as X-Taler-Contract-Url takes always (?) precedence
+    # over X-Offer-Url.  This one might only be useful if the contract 
retrieval
+    # goes wrong.
     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]