You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Sten Roger Sandvik (JIRA)" <ji...@apache.org> on 2010/02/25 15:53:27 UTC

[jira] Created: (FELIX-2137) Make it possible to set servlet/filter name

Make it possible to set servlet/filter name
-------------------------------------------

                 Key: FELIX-2137
                 URL: https://issues.apache.org/jira/browse/FELIX-2137
             Project: Felix
          Issue Type: Improvement
          Components: HTTP Service
    Affects Versions: http-2.0.4
            Reporter: Sten Roger Sandvik
            Assignee: Sten Roger Sandvik
             Fix For: http-2.0.6


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.