Github user yasserzamani commented on the issue:

    https://github.com/apache/struts/pull/118
  
    😍 PR re-based with last master and ChainingInterceptor equipped with an 
optional param (editableClass) which user can set to a custom class (or 
interface) fully qualified name to restrict property setting like below:
    ```xml
    <interceptor-ref name="chainStack">
        <param 
name="chain.editableClass">me.myname.myactions.MyClassOrInterface</param>
    </interceptor-ref>
    ```
    It is useful when chained actions are unknown proxies created by an unknown 
object factory and we do not want to copy upper level proxy information which 
usually breaks their functionality 👌 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to