Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Trunk, Upcoming Branch
-
None
-
Bug Crush Event - 21/2/2015
Description
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.