Github user yasserzamani commented on a diff in the pull request:

    https://github.com/apache/struts/pull/118#discussion_r100990614
  
    --- Diff: 
core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java 
---
    @@ -160,7 +160,20 @@ private void copyStack(ActionInvocation invocation, 
CompoundRoot root) {
             Map<String, Object> ctxMap = 
invocation.getInvocationContext().getContextMap();
             for (Object object : list) {
                 if (shouldCopy(object)) {
    -                reflectionProvider.copy(object, invocation.getAction(), 
ctxMap, prepareExcludes(), includes);
    +                String actionConfigClassName = 
invocation.getProxy().getConfig().getClassName();
    --- End diff --
    
    Please wait and do not merge! until I check if `getConfig` and 
`getClassName` are always ready and are as expected e.g. when using convention 
or spring plugin!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to