Modified config system:
[mir.git] / source / mir / servlet / ServletModuleDispatch.java
index 031802d..8490f10 100755 (executable)
@@ -51,7 +51,7 @@ public final class ServletModuleDispatch {
                        theLog.printInfo("SerletModuleDispatch: " + sMod.toString() + " with method " + doParam);
                        if (doParam == null) {
                                if (sMod.defaultAction() != null) doParam = sMod.defaultAction();
-                               else throw new ServletModuleException("Parameter do nicht angegeben!");
+                               else throw new ServletModuleException("no parameter do supplied!");
                        }
 
                        Class[] params= { HttpServletRequest.class, HttpServletResponse.class};