You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by jc...@apache.org on 2011/11/22 22:08:01 UTC

svn commit: r1205170 - /shindig/trunk/UPGRADING

Author: jcian
Date: Tue Nov 22 21:08:00 2011
New Revision: 1205170

URL: http://svn.apache.org/viewvc?rev=1205170&view=rev
Log:
Adding entry to UPGRADING file for security token key configuration changes.

Modified:
    shindig/trunk/UPGRADING

Modified: shindig/trunk/UPGRADING
URL: http://svn.apache.org/viewvc/shindig/trunk/UPGRADING?rev=1205170&r1=1205169&r2=1205170&view=diff
==============================================================================
--- shindig/trunk/UPGRADING (original)
+++ shindig/trunk/UPGRADING Tue Nov 22 21:08:00 2011
@@ -1,6 +1,13 @@
 FROM 2.0.x TO 3.0.x
 ===================
 
+== container.js config changes ==
+
+* The "gadgets.securityTokenKeyFile" property has been replaced with "gadgets.securityTokenKey".
+The new property allows for embedding the key directly or referencing a classpath or filesystem
+resource.  Please see the comments at the top of container.js and around the new property for more
+details.
+
 == Java Dependency Changes ==
 
 * guava r09->10.0.1