Changes between Initial Version and Version 1 of Ticket #988
- Timestamp:
- Apr 14, 2008, 7:55:20 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #988
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #988 – Description
initial v1 10 10 Note 1. Parsing `servlet.xml` is probably better done when initialising the extensions system. 11 11 12 Note 2. In most casesservlets are reused. I don't know if this is really necessary. It may be better to create a new instance for each request. We don't have to cache instances and we don't have to worry about classloading issues if the extension JAR file is updated.12 Note 2. In Tomcat, most servlets are reused. I don't know if this is really necessary. It may be better to create a new instance for each request. We don't have to cache instances and we don't have to worry about classloading issues if the extension JAR file is updated.