lukaszlenart commented on code in PR #715: URL: https://github.com/apache/struts/pull/715#discussion_r1278887380
########## core/src/main/java/com/opensymphony/xwork2/ognl/OgnlUtil.java: ########## @@ -194,7 +194,7 @@ private Set<Class<?>> parseClasses(String commaDelimitedClasses) { try { classes.add(Class.forName(className)); } catch (ClassNotFoundException e) { - throw new ConfigurationException("Cannot load class for exclusion/exemption configuration: " + className, e); + LOG.warn("Class: {} doesn't exist, ignoring it!", className); Review Comment: Fair point, I was wondering what was my intention when I had been introducing this change -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@struts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org