[Tynstep-svn] r45 - trunk/step-web-app/src/main/java/com/tyndalehouse/step/web/server/guice

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Mon Dec 14 10:14:44 MST 2009


Author: ChrisBurrell
Date: 2009-12-14 10:14:43 -0700 (Mon, 14 Dec 2009)
New Revision: 45

Modified:
   trunk/step-web-app/src/main/java/com/tyndalehouse/step/web/server/guice/DispatchServletModule.java
Log:
updating dispatch servlet module

Modified: trunk/step-web-app/src/main/java/com/tyndalehouse/step/web/server/guice/DispatchServletModule.java
===================================================================
--- trunk/step-web-app/src/main/java/com/tyndalehouse/step/web/server/guice/DispatchServletModule.java	2009-12-14 15:47:25 UTC (rev 44)
+++ trunk/step-web-app/src/main/java/com/tyndalehouse/step/web/server/guice/DispatchServletModule.java	2009-12-14 17:14:43 UTC (rev 45)
@@ -8,7 +8,7 @@
 	public void configureServlets() {
 		// NOTE: the servlet context will probably need changing
 		
-		serve("/step/dispatch").with(CustomDispatchServiceServlet.class);
+		serve("*/step/dispatch").with(CustomDispatchServiceServlet.class);
 	}
 
 }
\ No newline at end of file




More information about the Tynstep-svn mailing list