BJ Freeman wrote:
> I would like to see one place that enables them all
> but if that is not enabled then web.xml would.
> with as many components(over 30) I have I would like the all function.

I haven't looked at at any of the code, but what you guys want here is
boolean logic with tri-states.

if web.xml doesn't have the setting, use the global value.
if there is no global value, then default to false.

So you would remove all these settings from all components, then they
would all use the value of the global setting.

But if a pariticular web.xml has the value set, then it would become
disconnected from the global setting.

Reply via email to