[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 1532f58ee0040b6fd12190e55a0a33b12803e32c

Evergreen Git git at git.evergreen-ils.org
Thu Mar 1 11:10:34 EST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_0 has been updated
       via  1532f58ee0040b6fd12190e55a0a33b12803e32c (commit)
      from  bb42b3998752764dca728c3a03e897d68ab32fc0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1532f58ee0040b6fd12190e55a0a33b12803e32c
Author: Jason Stephenson <jason at sigio.com>
Date:   Fri Feb 9 10:59:37 2018 -0500

    LP#1748466: Fix http -> https /eg/staff rewrite on Apache 2.4.
    
    Remove the SSLRequireSSL directive from the Location /eg/staff stanza
    in Open-ILS/examples/apache_24/eg_vhost.conf.in so that the rewrite
    from http to https works for the web staff client without the user
    getting a 403.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in
index 11fc752..af01d36 100644
--- a/Open-ILS/examples/apache_24/eg_vhost.conf.in
+++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in
@@ -788,7 +788,6 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
 </Location>
 
 <LocationMatch /eg/staff/>
-    SSLRequireSSL
     Options -MultiViews
     PerlSetVar OILSWebStopAtIndex "true"
 

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/apache_24/eg_vhost.conf.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list