BOSH connector does not properly restart after a configuration change

Description

The restart logic in the HttpBindManager is a little wonky. Working on a fix already.

Environment

None

Activity

Show:

Tom Evans February 19, 2015 at 9:48 PM

Applied Dele's patch, confirmed plugins can update the shared web context.

Dele Olajide February 19, 2015 at 10:13 AM

The problem is moving the creation of the contexts handler collection out of the constructor.

HandlerCollection collection = new HandlerCollection();

It stops plugins from adding their web services to the collection before the server is started in start().

Reverting back to previous behaviour

Dele Olajide February 18, 2015 at 11:30 PM

This fix has broken the current ability of plugins to create a web context.
I am currently investigating...

Tom Evans February 4, 2015 at 9:57 PM

PR #172.

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created February 4, 2015 at 5:09 PM
Updated February 19, 2015 at 9:48 PM
Resolved February 19, 2015 at 9:48 PM