just a small clean up of some stuff I commented out while hacking.
authormh <mh>
Fri, 21 Sep 2001 13:22:04 +0000 (13:22 +0000)
committermh <mh>
Fri, 21 Sep 2001 13:22:04 +0000 (13:22 +0000)
source/mir/servlet/AbstractServlet.java
source/mircoders/servlet/ServletModuleOpenIndy.java

index 3e60bab..850798e 100755 (executable)
@@ -1,6 +1,5 @@
 package mir.servlet;
 
-//import javax.servlet.*;
 import javax.servlet.http.HttpServlet;
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpSession;
index 4d0052e..7322c24 100755 (executable)
@@ -267,8 +267,7 @@ public class ServletModuleOpenIndy extends ServletModule
     }
     catch (IOException e) { throw new ServletModuleException("IOException: "+ e.toString());}
     catch (StorageObjectException e) { throw new ServletModuleException("StorageObjectException" + e.toString());}
-    //catch (ModuleException e) { throw new ServletModuleException("ModuleException"+e.toString());}
-    catch (ModuleException e) { throw new ServletModuleException("ModuleException");}
+    catch (ModuleException e) { throw new ServletModuleException("ModuleException"+e.toString());}
 
     deliver(req, res, mergeData, postingFormDoneTemplate);
   }