I am trying to have both my Servlet and HttpContext created by  SCR .
Unfortunately the current implementation is order specific , if the
HttpContext is not registered first it the Whiteboard quietly ignores it
and creates a default context and continues on. The quick fix is to add a
SCR reference to the HttpContext in the Servlet but it seems that the
Servlet should just wait until the context appears instead of no context at
all. In my case it creates a HUGE security hole quite quietly.

Reply via email to