[open-ils-commits] r7892 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Oct 18 11:58:42 EDT 2007
Author: erickson
Date: 2007-10-18 11:45:47 -0400 (Thu, 18 Oct 2007)
New Revision: 7892
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
defaulting to JSON_v1 style objects for the example apache config
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2007-10-17 15:28:32 UTC (rev 7891)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2007-10-18 15:45:47 UTC (rev 7892)
@@ -180,6 +180,7 @@
# ----------------------------------------------------------------------------------
<Location /gateway>
SetHandler osrf_json_gateway_module
+ OSRFGatewayLegacyJSON "false"
allow from all
</Location>
More information about the open-ils-commits
mailing list