Hi, On Tue, Aug 21, 2012 at 5:46 PM, Sam Lee <[email protected]> wrote: > When deploying OSGi bundles through Felix Web Console, I want to block all > traffic to the sling instance. But, still able to deploy OSGi bundles....
I've been doing that with a Servlet Filter that you activate before doing your upgrades, which returns a 503 status code with an explanation, and you disable it when done. -Bertrand
