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/04/14 22:21:40 UTC

svn commit: r1092501 - in /shindig/trunk: COMMITTERS java/server/src/main/webapp/WEB-INF/web.xml

Author: woodser
Date: Thu Apr 14 20:21:40 2011
New Revision: 1092501

URL: http://svn.apache.org/viewvc?rev=1092501&view=rev
Log:
Two minor commits:
- Added CommonContainerAuthGuiceModule to web.xml so commoncontainer works "out-of-the-box"
- Added my name to COMMITTERS file

Modified:
    shindig/trunk/COMMITTERS
    shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml

Modified: shindig/trunk/COMMITTERS
URL: http://svn.apache.org/viewvc/shindig/trunk/COMMITTERS?rev=1092501&r1=1092500&r2=1092501&view=diff
==============================================================================
--- shindig/trunk/COMMITTERS (original)
+++ shindig/trunk/COMMITTERS Thu Apr 14 20:21:40 2011
@@ -42,4 +42,5 @@ Blanket commit access:
 	     tomdz	Thomas Dudziak      tomdz@apache.org         Mentor    
 	 upayavira	Upayavira           upayavira@apache.org     Mentor    
 	 dharkness	David Harkness      dharkness@apache.org     Emeritus  
-	   henning	Henning Schmiedehausenhenning@apache.org       Emeritus  
\ No newline at end of file
+	   henning	Henning Schmiedehausenhenning@apache.org     Emeritus
+	   woodser	Eric Woods			woodser@apache.org		 PMC Member
\ No newline at end of file

Modified: shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml?rev=1092501&r1=1092500&r2=1092501&view=diff
==============================================================================
--- shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml (original)
+++ shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml Thu Apr 14 20:21:40 2011
@@ -39,6 +39,7 @@
       org.apache.shindig.sample.shiro.ShiroGuiceModule:
       org.apache.shindig.sample.container.SampleContainerGuiceModule:
       org.apache.shindig.extras.ShindigExtrasGuiceModule:
+      org.apache.shindig.sample.commoncontainer.auth.CommonContainerAuthGuiceModule
     </param-value>
   </context-param>