Ticket #3 (closed enhancement: fixed)
Reorganize FactoryInitServlet to make Pustefix work in non-standard environments
| Reported by: | SebastianMarsching | Owned by: | SebastianMarsching |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0.0 |
| Component: | Core (general) | Version: | |
| Keywords: | osgi refactoring modularization | Cc: |
Description (last modified by SebastianMarsching) (diff)
The whole initialization mechanism has to be refactored in order to eliminiate explicit dependencies on FactoryInitServlet.
At the moment, ServletManager calls various static methods in FactoryInitServlet. Therefore Servlets do not work in an environment where an unusual initialization process (not using the FactoryInitServlet) is used.
In order to make Pustefix OSGi compatible, this mechanism has to be changed and modularized.
Change History
Note: See
TracTickets for help on using
tickets.
