On 12/29/07, Tim Peierls <[EMAIL PROTECTED]> wrote: > > > Are there really use cases where the list of protocols needs to be changed > dynamically? (I can construct an artificial example, but I want to know if > anyone really does this in practice.) > > I kind of doubt "dynamically" -- but in practice, we currently have a number of places that this happens in the initialization sequence, and many of them are kind of clumsy.
ServerServlet, in particular, needs a good way of doing this; in idiomatic use it creates its own Component and initializes the Application whose class name you pass as an initialization parameter. Unless I've missed something obvious (wouldn't be the first time), it's messy to get this component and add in any extra protocols needed. Maybe we should add some extra servlet initialization parameters to help do it. - R

