You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/11/01 18:31:57 UTC

[Bug 58568] New: WebappClassLoaderBase exposes null "system" instance member

https://bz.apache.org/bugzilla/show_bug.cgi?id=58568

            Bug ID: 58568
           Summary: WebappClassLoaderBase exposes null "system" instance
                    member
           Product: Tomcat 7
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: alexbrand09@gmail.com

The WebappClassLoaderBase contains a "system" instance member that is never
initialized. It seems like this bug was introduced when
https://bz.apache.org/bugzilla/show_bug.cgi?id=55943 was fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 58568] WebappClassLoaderBase exposes null "system" instance member

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58568

--- Comment #2 from Alexander Brand <al...@gmail.com> ---
Thanks for looking into this. Would it make sense to set system =
j2seeClassLoader in addition to deprecating system?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 58568] WebappClassLoaderBase exposes null "system" instance member

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58568

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
I've deprecated it.

It is protected so removing it could cause problems for custom sub-classes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org