From cc6ea4ccc3d58bf0d4a165a2585cf41275b35fb6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Jun 2013 15:41:23 +0200 Subject: [PATCH] Comment out all the beautiful special-cookie-handling code. --- etc/apache2/spclient-live | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/etc/apache2/spclient-live b/etc/apache2/spclient-live index 65d0444..1c052ca 100644 --- a/etc/apache2/spclient-live +++ b/etc/apache2/spclient-live @@ -33,10 +33,14 @@ ProxyPass /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/ ProxyPassReverse /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/ - PerlOptions +Parent - PerlSwitches -I/home/indexdata/mkws/etc/mod_perl - - PerlInputFilterHandler MyApache2::CopyCookie - PerlOutputFilterHandler MyApache2::CopyCookie - + # Although what follows works perfectly well, it's no use to us: + # IE8/9 are unable to set or read ANY headers when operating in + # CORS mode. + # + # PerlOptions +Parent + # PerlSwitches -I/home/indexdata/mkws/etc/mod_perl + # + # PerlInputFilterHandler MyApache2::CopyCookie + # PerlOutputFilterHandler MyApache2::CopyCookie + # -- 1.7.10.4