Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
V2 2.0.4
-
None
Description
Support injection of ODataServiceFactory instance in addition to creation of a new instance on every request.
Currently the createServiceFactory(HttpServletRequest req):ODataServiceFactory method of the org.apache.olingo.odata2.core.servlet.ODataServlet only allows that an ODataServiceFactory instance is created for each request.
It should be possible to attach (inject) an already created ODataServiceFactory instance to the request.