[ 
https://issues.apache.org/jira/browse/WW-5327?focusedWorklogId=873699&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-873699
 ]

ASF GitHub Bot logged work on WW-5327:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 31/Jul/23 07:25
            Start Date: 31/Jul/23 07:25
    Worklog Time Spent: 10m 
      Work Description: 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





Issue Time Tracking
-------------------

    Worklog Id:     (was: 873699)
    Time Spent: 1h 40m  (was: 1.5h)

> Stop using JavaBeans notation for setters in SecurityMemberAccess & 
> MemberAccessValueStack
> ------------------------------------------------------------------------------------------
>
>                 Key: WW-5327
>                 URL: https://issues.apache.org/jira/browse/WW-5327
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Lukasz Lenart
>            Priority: Major
>             Fix For: 6.3.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Avoid using set* notations



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to