/* (non-Javadoc)
* @see org.ejbca.ui.web.protocol.OCSPServletBase#init(javax.servlet.ServletConfig)
*/
public void init(ServletConfig config) throws ServletException {
super.init(config, new OCSPData(certificateStoreSession));
// Log with warn priority so it will be visible in strict production configurations
m_versionLog.warn("Init, "+GlobalConfiguration.EJBCA_VERSION+" OCSP startup");
this.session = StandAloneSessionFactory.getInstance(this.data);