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 [email protected] Mentor
upayavira Upayavira [email protected] Mentor
dharkness David Harkness [email protected] Emeritus
- henning Henning [email protected] Emeritus
\ No newline at end of file
+ henning Henning [email protected] Emeritus
+ woodser Eric Woods [email protected]
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>