Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #40192 Back to Issue ]
Summary 0040192: XmlEngine should not be a Servlet
Revision 2019-02-14 12:15 by alostale
Description XmlEngine should not be used as a Servlet, nor as a standalone Java class.
Revision 2019-02-14 12:15 by alostale
Description XmlEngine should not be used as a Servlet, nor as a standalone Java class:


AD
   * Removed row from table AD_MODEL_OBJECT - ID: 69EB0238E9FE452280BCCE231E71D1E9
   * Removed row from table AD_MODEL_OBJECT_PARA - ID: 954C01932B0D46168C5EBDA2015048EE
   * Removed row from table AD_MODEL_OBJECT_PARA - ID: 9F497B6AAD5743D8BF182269054DF0DB
   * Removed row from table AD_MODEL_OBJECT_PARA - ID: CEFE421D6DC64C109B52AAFC2D66D9A5

Changes in XmlEngine class
   * does not implement java.io.Serializable
   * does not implement javax.servlet.Servlet
   * does not implement javax.servlet.ServletConfig
   * is not subclass of javax.servlet.http.HttpServlet
   * missing method destroy
   * missing method doDelete
   * missing method doGet
   * missing method doHead
   * missing method doOptions
   * missing method doPost
   * missing method doPut
   * missing method doTrace
   * missing method getInitParameter
   * missing method getInitParameterNames
   * missing method getLastModified
   * missing method getServletConfig
   * missing method getServletContext
   * missing method getServletInfo
   * missing method getServletName
   * missing method init
   * missing method log
   * missing method main
   * missing method service
Revision 2019-02-14 09:24 by alostale
Description XmlEngine should not be used as a Servlet, nor as a standalone Java class.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker