From bb33a340755bcd10179f2428ebd8cd866dc89eba Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 12 Jan 2016 15:42:35 +0100 Subject: delete old wallet spec --- wallet.rst | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'wallet.rst') 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 -- cgit v1.2.3