Carsten Schinzer created OFBIZ-5131:
---------------------------------------
Summary: Review ServletFilter architecture and Servlet vs Session vs Request objects
Key: OFBIZ-5131
URL:
https://issues.apache.org/jira/browse/OFBIZ-5131 Project: OFBiz
Issue Type: Improvement
Components: framework
Affects Versions: SVN trunk
Reporter: Carsten Schinzer
Diving deep into the framework and how it has implemented the basic web framework artifacts such as: ControlServlet, Filters etc. there are multiple inconsistencies discovered which require improvement in order to apply (JEE) Standard Techniques to implement features such as the handling of objects required at rendering time (request objects), within a session (Session Objects) or outside (default Servlet Configuration).
Further to this, often code artifacts are found that manipulate the ServletContext during lifetime while this really should not happend as it causes inconsistent behaviour of the Servlet outside the foreseen customizations.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira