JspHelper should be a singleton ------------------------------- Key: HADOOP-4600 URL: https://issues.apache.org/jira/browse/HADOOP-4600 Project: Hadoop Core Issue Type: Improvement Components: dfs Reporter: Chris Douglas Priority: Minor
Servlets creating JspHelper instances initialize a set of statics and use the empty instance as a handle to class methods. Instead, JspHelper should either be a singleton with instance fields or its methods should also be static. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.