From: Mike Taylor Date: Wed, 26 Jun 2013 13:41:23 +0000 (+0200) Subject: Comment out all the beautiful special-cookie-handling code. X-Git-Tag: 0.9.1~479 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=cc6ea4ccc3d58bf0d4a165a2585cf41275b35fb6;p=mkws-moved-to-github.git Comment out all the beautiful special-cookie-handling code. --- 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 + #