[open-ils-commits] [GIT] Evergreen ILS branch master updated. 250ec72283a24e4aec4f672f4bbc51dfa2b7e211

Evergreen Git git at git.evergreen-ils.org
Mon Sep 26 17:18:14 EDT 2011


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, master has been updated
       via  250ec72283a24e4aec4f672f4bbc51dfa2b7e211 (commit)
      from  b56c7173b3df954a351c51df27ed3870c235588b (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 250ec72283a24e4aec4f672f4bbc51dfa2b7e211
Author: Bill Erickson <berick at esilibrary.com>
Date:   Mon Sep 26 17:15:25 2011 -0400

    Removed old vandelay config from sample apache config
    
    Bye, bye xmlent
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf
index d2249eb..fdcc0ff 100644
--- a/Open-ILS/examples/apache/eg_vhost.conf
+++ b/Open-ILS/examples/apache/eg_vhost.conf
@@ -492,29 +492,6 @@ RewriteRule ^/conify/([a-z]{2}-[A-Z]{2})/global/(.*)$ /conify/global/$2 [E=local
     allow from all
 </Location>
 
-# ----------------------------------------------------------------------------------
-# Vandelay importers / exporters (your Web interface to bibliographic travel)
-# ----------------------------------------------------------------------------------
-RedirectMatch 301 ^/vandelay/vandelay.xml(.*)$ /vandelay/en-US/vandelay.xml$1
-
-RewriteRule ^/vandelay/([a-z]{2}-[A-Z]{2})/(.*)$ /vandelay/$2 [E=locale:$1]
-
-<LocationMatch /vandelay.*xml>
-    XMLEntStripPI "yes"
-    XMLEntEscapeScript "no"
-    XMLEntStripComments "yes"
-    XMLEntContentType "text/html; charset=utf-8"
-    XMLEntStripDoctype "yes"
-    AddOutputFilter INCLUDES;XMLENT .xml
-	SetHandler perl-script
-	PerlSetVar OILSProxyTitle "Vandelay Login"
-	PerlSetVar OILSProxyDescription "Please log in with an authorized staff account to import MARC records"
-	PerlSetVar OILSProxyPermissions "IMPORT_MARC"
-	PerlHandler OpenILS::WWW::Proxy
-	Options +ExecCGI
-	PerlSendHeader On
-	allow from all
-</LocationMatch>
 <Location /vandelay-upload>
     SetHandler perl-script
     PerlHandler OpenILS::WWW::Vandelay::spool_marc

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list