Author: vsiveton
Date: Wed Mar  4 22:08:34 2009
New Revision: 750190

URL: http://svn.apache.org/viewvc?rev=750190&view=rev
Log:
SHINDIG-962: secureToken in gadgets.js missing an expected value
Submitted by: Matt Falkenhagen
Reviewed by: Vincent Siveton

o patch applied

Modified:
    incubator/shindig/trunk/javascript/container/gadgets.js

Modified: incubator/shindig/trunk/javascript/container/gadgets.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/container/gadgets.js?rev=750190&r1=750189&r2=750190&view=diff
==============================================================================
--- incubator/shindig/trunk/javascript/container/gadgets.js (original)
+++ incubator/shindig/trunk/javascript/container/gadgets.js Wed Mar  4 22:08:34 
2009
@@ -383,7 +383,7 @@
   if (!this.secureToken) {
     // Assume that the default security token implementation is
     // in use on the server.
-    this.secureToken = 'john.doe:john.doe:appid:cont:url:0';
+    this.secureToken = 'john.doe:john.doe:appid:cont:url:0:default';
   }
 };
 


Reply via email to