no message
authorrk <rk>
Wed, 29 Aug 2001 14:20:43 +0000 (14:20 +0000)
committerrk <rk>
Wed, 29 Aug 2001 14:20:43 +0000 (14:20 +0000)
source/mir/servlet/ServletModuleDispatch.java
source/mircoders/servlet/ServletModuleBreaking.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};
index cd7d74e..c2a7d3f 100755 (executable)
@@ -45,6 +45,7 @@ public class ServletModuleBreaking extends ServletModule
        public void list(HttpServletRequest req, HttpServletResponse res)
                throws ServletModuleException
        {
+    theLog.printDebugInfo("-- breaking: list");
                // fetch and deliver
                try {
                        SimpleHash mergeData = new SimpleHash();