summaryrefslogtreecommitdiff
path: root/wallet.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-12 15:42:35 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-12 15:42:35 +0100
commitbb33a340755bcd10179f2428ebd8cd866dc89eba (patch)
tree6a6800028a39d5efc404af790387fc61cf385c13 /wallet.rst
parent75c9c754c8af74cbfdede1736751c3ae3bbb208a (diff)
downloaddocs-bb33a340755bcd10179f2428ebd8cd866dc89eba.tar.gz
docs-bb33a340755bcd10179f2428ebd8cd866dc89eba.tar.bz2
docs-bb33a340755bcd10179f2428ebd8cd866dc89eba.zip
delete old wallet spec
Diffstat (limited to 'wallet.rst')
-rw-r--r--wallet.rst15
1 files changed, 0 insertions, 15 deletions
diff --git a/wallet.rst b/wallet.rst
index ea47ef40..b84a6710 100644
--- a/wallet.rst
+++ b/wallet.rst
@@ -9,21 +9,6 @@ this componenet - one browser based and the other implemented as an `app` for mo
General
-------
-Mints and merchants have a base URL for their service. This URL *must* be in a
-canonical form when it is stored (e.g. in the wallet's database) or transmitted
-(e.g. to a bank page).
-
-1. The URL must be absolute. This implies that the URL has a schema.
-2. The path component of the URL must end with a slash.
-3. The URL must not contain a fragment or query.
-
-When a user enters a URL that is, technically, relative (such as "alice.example.com/mint"), wallets
-*may* transform it into a canonical base URL ("http://alice.example.com/mint/"). Other components *should not* accept
-URLs that are not canonical.
-
-Rationale: Joining non-canonical URLs with relative URLs (e.g. "mint.example.com" with "reserve/status")
-results in different and slightly unexpected behavior in some URL handling libraries.
-Canonical URLs give more predictable results with standard URL joining.
---------------
Error Handling