r9599 - in helma-ng/trunk/src/org/helma: jack web

[email protected]
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090410053254.394E13D0D6@mia>
Author: hannes
Date: 2009-04-10 07:32:53 +0200 (Fri, 10 Apr 2009)
New Revision: 9599

Modified:
   helma-ng/trunk/src/org/helma/jack/JackServlet.java
   helma-ng/trunk/src/org/helma/web/HelmaServlet.java
Log:
Call super.init() in servlet init method

Details at http://dev.helma.org/trac/helma/changeset/9599

Modified: helma-ng/trunk/src/org/helma/jack/JackServlet.java
===================================================================
--- helma-ng/trunk/src/org/helma/jack/JackServlet.java	2009-04-09 10:56:23 UTC (rev 9598)
+++ helma-ng/trunk/src/org/helma/jack/JackServlet.java	2009-04-10 05:32:53 UTC (rev 9599)
@@ -37,6 +37,7 @@
 
     @Override
     public void init(ServletConfig config) throws ServletException {
+        super.init(config);
         module = getInitParam(config, "module", "app");
         function = getInitParam(config, "function", "handler");
         String helmaHome = getInitParam(config, "home", "WEB-INF");

Modified: helma-ng/trunk/src/org/helma/web/HelmaServlet.java
===================================================================
--- helma-ng/trunk/src/org/helma/web/HelmaServlet.java	2009-04-09 10:56:23 UTC (rev 9598)
+++ helma-ng/trunk/src/org/helma/web/HelmaServlet.java	2009-04-10 05:32:53 UTC (rev 9599)
@@ -60,6 +60,7 @@
     }
 
     public void init(ServletConfig config) throws ServletException {
+        super.init(config);
         module = getInitParam(config, "module", "app");
         function = getInitParam(config, "function", "handler");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.