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 --- index.rst | 2 -- wallet.rst | 15 --------------- 2 files changed, 17 deletions(-) diff --git a/index.rst b/index.rst index 0cc4c67..17cfdfa 100644 --- a/index.rst +++ b/index.rst @@ -64,8 +64,6 @@ interfaces between the core components of Taler. api-mint api-merchant - wallet - wireformats diff --git a/wallet.rst b/wallet.rst index ea47ef4..b84a671 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