[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. d2ce20f3d9e5088631e8b1b3ca2aeb4a45d1cd52

Evergreen Git git at git.evergreen-ils.org
Thu Jan 22 15:45:55 EST 2015


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_2_6 has been updated
       via  d2ce20f3d9e5088631e8b1b3ca2aeb4a45d1cd52 (commit)
      from  a814efcc1885bb3d7dbcea0fc08205f3bc52c346 (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 d2ce20f3d9e5088631e8b1b3ca2aeb4a45d1cd52
Author: Bill Erickson <berickxx at gmail.com>
Date:   Fri Jan 2 17:50:26 2015 -0500

    LP#1407171 Avoid DEFLATEing fm_IDL.xml
    
    Prevent fm_IDL.xml from going through the Apache DEFLATE filter before
    it's passed off to IDLCHUNK, which is unable to process deflated files.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/examples/apache/eg_vhost.conf.in b/Open-ILS/examples/apache/eg_vhost.conf.in
index 267331e..fa2f589 100644
--- a/Open-ILS/examples/apache/eg_vhost.conf.in
+++ b/Open-ILS/examples/apache/eg_vhost.conf.in
@@ -549,6 +549,7 @@ RewriteRule . - [E=locale:%1]
     IDLChunkStripDoctype "yes"
     IDLChunkContentType "application/xml; charset=utf-8"
     AddOutputFilter INCLUDES;IDLCHUNK .xml
+    SetEnv no-gzip
 </LocationMatch>
 
 # ----------------------------------------------------------------------------------
diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in
index a21df11..6bbe1e1 100644
--- a/Open-ILS/examples/apache_24/eg_vhost.conf.in
+++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in
@@ -554,6 +554,7 @@ RewriteRule . - [E=locale:%1]
     IDLChunkStripDoctype "yes"
     IDLChunkContentType "application/xml; charset=utf-8"
     AddOutputFilter INCLUDES;IDLCHUNK .xml
+    SetEnv no-gzip
 </LocationMatch>
 
 # ----------------------------------------------------------------------------------

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list