You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/19 20:23:10 UTC

BugRat Report #138 has been filed.

Bug report #138 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/138>

REPORT #138 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: Tomcat 3.1
   JVM Release: Any
   Operating System: Any
   OS Release: Any
   Platform: Any

Synopsis: 
getServletConfig() returns the servletConfig of loading subClass

Description:
Class B extends Class A.
Class A overrides init() method.
Class B gets loaded by tomcat.
This invokes the init() in Class A.
Class A calls getServletConfig() to get init parameters specified for it in web.xml.
getServletConfig returns ServletConfig for Class B.
Class A gets null for its init parameters.