long threshold = System.currentTimeMillis();
if (!ConfigurationWatchListUtil.wasConfigurationWatchListReset(context)) {
informContextOfURLUsedForConfiguration(getContext(), null);
}
SaxEventRecorder recorder = new SaxEventRecorder();
recorder.setContext(context);
recorder.recordEvents(inputSource);
doConfigure(recorder.saxEventList);
// no exceptions a this level
StatusChecker statusChecker = new StatusChecker(context);
if(statusChecker.noXMLParsingErrorsOccurred(threshold)) {
addInfo("Registering current configuration as safe fallback point");