From a3b002d61800c99f4a3b49710ecbc6b425303c7a Mon Sep 17 00:00:00 2001 From: Jim Allman Date: Thu, 16 Oct 2014 15:01:38 -0400 Subject: [PATCH] Adding summary of changes to web2py files. --- oauth20_account.py | 2 ++ rewrite.py | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/oauth20_account.py b/oauth20_account.py index 981c4a177..8ea38235e 100644 --- a/oauth20_account.py +++ b/oauth20_account.py @@ -12,6 +12,8 @@ ***************************** NOTE that this is a modified version from web2py 2.8.2. For full details on what has changed, see https://github.com/OpenTreeOfLife/opentree/commits/master/oauth20_account.py + +This file was patched (by jimallman, on 3/25/2014) to support redirection on proxied web2py servers. ***************************** """ diff --git a/rewrite.py b/rewrite.py index 915b4d64a..8f1e3fec5 100644 --- a/rewrite.py +++ b/rewrite.py @@ -16,7 +16,10 @@ ***************************** NOTE that this is a modified version from web2py 2.8.2. For full details on what has changed, see -https://github.com/OpenTreeOfLife/opentree/commits/master/rewrite.py + https://github.com/OpenTreeOfLife/opentree/commits/master/rewrite.py + +This file was patched (by jimallman, on 3/25/2014) to restore liberal CORS +headers when returning exceptions from a cross-domain request. ***************************** """