[Tynstep-svn] r46 - 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:21:45 MST 2009
Author: ChrisBurrell
Date: 2009-12-14 10:21:45 -0700 (Mon, 14 Dec 2009)
New Revision: 46
Modified:
trunk/step-web-app/src/main/java/com/tyndalehouse/step/web/server/guice/DispatchServletModule.java
Log:
removed the * in the serve path
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 17:14:43 UTC (rev 45)
+++ trunk/step-web-app/src/main/java/com/tyndalehouse/step/web/server/guice/DispatchServletModule.java 2009-12-14 17:21:45 UTC (rev 46)
@@ -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