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 2009/09/15 12:28:41 UTC

DO NOT REPLY [Bug 47820] Static utility methods in Tomcat should be instance methods

https://issues.apache.org/bugzilla/show_bug.cgi?id=47820

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

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

--- Comment #1 from Mark Thomas <ma...@apache.org> 2009-09-15 11:28:39 BST ---
I see where you are coming from but I just couldn't bring myself to change the
static methods to instance methods since they really should be static methods.

What I did was added non-static versions of all the static methods that took a
contextPath rather than a StandardContext. This provides consistency for those
that want consistency and keeps the static methods for those that prefer them.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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