[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. fe2d32243c3ef867a0a4ab2bfea40823bf88b41e
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_7 has been updated
via fe2d32243c3ef867a0a4ab2bfea40823bf88b41e (commit)
from 0632b3ed898ba488eb67424fe46899731f1e7359 (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 fe2d32243c3ef867a0a4ab2bfea40823bf88b41e
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