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