You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by wo...@apache.org on 2011/07/14 20:38:06 UTC

svn commit: r1146837 - /shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AnonymousSecurityToken.java

Author: woodser
Date: Thu Jul 14 18:38:05 2011
New Revision: 1146837

URL: http://svn.apache.org/viewvc?rev=1146837&view=rev
Log:
Committing Matt's patch for AnonymousSecurityToken: https://reviews.apache.org/r/1101/

Modified:
    shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AnonymousSecurityToken.java

Modified: shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AnonymousSecurityToken.java
URL: http://svn.apache.org/viewvc/shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AnonymousSecurityToken.java?rev=1146837&r1=1146836&r2=1146837&view=diff
==============================================================================
--- shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AnonymousSecurityToken.java (original)
+++ shindig/trunk/java/common/src/main/java/org/apache/shindig/auth/AnonymousSecurityToken.java Thu Jul 14 18:38:05 2011
@@ -61,7 +61,7 @@ public class AnonymousSecurityToken exte
   }
 
   public String getDomain() {
-    return "";
+    return "*";
   }
 
   public String getContainer() {