[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 112b2707b8bba33f9a096deb8b1a498c0431f070

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, master has been updated
       via  112b2707b8bba33f9a096deb8b1a498c0431f070 (commit)
      from  8196546ae61acb33c8cfec411377f3db4db06486 (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 112b2707b8bba33f9a096deb8b1a498c0431f070
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 6f3fae3..87e9054 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 53275ae..3d60fda 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