Details
Description
I have faced with bug in
bridges\trunk\php\src\java\org\apache\portals\bridges\php\ServletConfigImpl.java
==========
ServletContext context = null;
==========
Never and nobody change it.
Stacktrace:
[ERROR] portletcontainer - exception returned by processAction() or
render() methods
<java.lang.NullPointerException>java.lang.NullPointerException
at javax.servlet.GenericServlet.log(GenericServlet.java:300)
at javax.servlet.GenericServlet.init(GenericServlet.java:257)
at com.itgroundwork.portlet.php.servlet.init(servlet.java:200)
at org.apache.portals.bridges.php.PHPApplicationPortlet.doView(PHPApplicationPortlet.java:257)
at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247)
at javax.portlet.GenericPortlet.render(GenericPortlet.java:175)
.....