}
}
private ResponsePage checkOwnershipThenExecuteAction(Action aAction, RequestParser aRequestParser) throws AppException, BadRequestException {
UntrustedProxyForUserId ownershipFirewall = BuildImpl.forOwnershipFirewall();
if ( ownershipFirewall.usesUntrustedIdentifier(aRequestParser) ) {
fLogger.fine("This request has an ownership constraint.");
enforceOwnershipConstraint(aAction, aRequestParser);
}
else {
fLogger.fine("No ownership constraint detected.");