// expose components in the context
context.put("components", new ComponentMap(context));
if (siteContext.isProtectReservedNames()) {
context.enableCheckReservedNames(this);
}
// execute the global actions
if (executeGlobalActions(request, response, context, path, allowRedirect))
return;