You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/07/13 12:44:08 UTC

[04/29] allura git commit: Let `paster shell` work, avoiding https redirect

Let `paster shell` work, avoiding https redirect


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/93a1ecc1
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/93a1ecc1
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/93a1ecc1

Branch: refs/heads/ib/7685
Commit: 93a1ecc1fae394f3350b5eefc957c9ab4976b996
Parents: ffba721
Author: Dave Brondsema <da...@brondsema.net>
Authored: Tue Jul 7 17:58:50 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Jul 7 17:58:50 2015 -0400

----------------------------------------------------------------------
 Allura/development.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/93a1ecc1/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index c3325ed..02d3e9f 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -233,7 +233,8 @@ webhook.repo_push.max_hooks = {"git": 3, "hg": 3, "svn": 3}
 ; If you set force_ssl.logged_in, you probably want some URLs to be ssl when logged out:
 ;force_ssl.pattern = ^/auth|^/[a-z0-9-]+/import_project/  ; import_project uses a login overlay
 ; And to permit some URLs to be accessed over http anyway:
-;no_redirect.pattern = ^/nf/\d+/_(ew|static)_/|^/rest/|^/nf/tool_icon_css|^/auth/refresh_repo
+;    /_test_vars is used when running `paster shell`
+;no_redirect.pattern = ^/nf/\d+/_(ew|static)_/|^/rest/|^/nf/tool_icon_css|^/auth/refresh_repo|^/_test_vars
 
 
 ; Set the locations of some static resources.  ("ew" stands for EasyWidgets library)