HomePhabricator

mark servlet registration to be done immediately
24cfdb1776ecUnpublished

Authored by Markus Rathgeb <maggu2810@gmail.com> on Dec 3 2015, 5:40 PM.

Unpublished Commit ยท Learn More

  • Repository Importing: This repository is still importing.
  • Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

mark servlet registration to be done immediately

The servlet (alias '/doc') component is enabled when started, but not
marked to be activated immediately.
This result in an activate, deactivate, activate.
This is done such fast, that the deregistration of the alias is not
finished (I assume async cleanup) for the second activate.

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>

Details

Event Timeline