You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2002/08/27 15:20:31 UTC

DO NOT REPLY [Bug 12080] New: - Improper initialization of Domain parameters member variable

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12080>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12080

Improper initialization of Domain parameters member variable

           Summary: Improper initialization of Domain parameters member
                    variable
           Product: Slide
           Version: Nightly
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: mphartman@yahoo.com
                CC: mphartman@yahoo.com


Calls to Domain.getParameter results in a NullPointerException when using the 
wrappers.catalina.SlideServerListener and EmbeddedDomain. 

Refer to line 138 of SlideServerListener, the Domain.setInitialized method 
fails to create it's member variable parameters.  The Domain.domain has been 
set in the EmbeddedDomain's constructor (line 185 of SlideServerListener) so 
Domain.isInitialized returns true and the method is short-circuited before the 
field parameters is set to a new Hashtable.  

Environment:
Slide nightly build 08-26-2002; JDK 1.4.0; Tomcat 4.1.9 Beta

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>