Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
http-2.0.4
-
None
Description
Setting the name of a servlet is useful in some cases. Right now it is setting the servlet name as "servlet-#" where # is a instance number. The same as filter. Setting the name of a servlet/filter could be done in two ways:
- Setting a service property (lile "name") -> only possible when using whiteboard implementation.
- Setting it as a special init property -> can be done either using whiteboard or HttpService. Probably the best approach.