Author: chabotc
Date: Thu Dec 11 07:29:14 2008
New Revision: 725711
URL: http://svn.apache.org/viewvc?rev=725711&view=rev
Log:
force no-cache on the social calls, will probably need to fine tune this more
in the future
Modified:
incubator/shindig/trunk/php/src/social/servlet/ApiServlet.php
Modified: incubator/shindig/trunk/php/src/social/servlet/ApiServlet.php
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social/servlet/ApiServlet.php?rev=725711&r1=725710&r2=725711&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social/servlet/ApiServlet.php (original)
+++ incubator/shindig/trunk/php/src/social/servlet/ApiServlet.php Thu Dec 11
07:29:14 2008
@@ -66,6 +66,7 @@
public function __construct() {
parent::__construct();
+ $this->setNoCache(true);
$this->handlers[self::$PEOPLE_ROUTE] = new PersonHandler();
$this->handlers[self::$ACTIVITY_ROUTE] = new ActivityHandler();
$this->handlers[self::$APPDATA_ROUTE] = new AppDataHandler();