Why does config.getInitParameter(String) always return null in the following code example?
config.getInitParameter(String)
null
public void init(ServletConfig config) t
If use the IDE STS4, checkout if annotation on the class name exists, use BOTH "annotation" and "web.xml" may cause the value null.