You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2016/09/28 08:39:20 UTC

[jira] [Resolved] (WW-4676) ConversionErrorInterceptor to extend MethodFilterInterceptor

     [ https://issues.apache.org/jira/browse/WW-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart resolved WW-4676.
-------------------------------
    Resolution: Fixed

PR merged, thanks!

> ConversionErrorInterceptor to extend MethodFilterInterceptor
> ------------------------------------------------------------
>
>                 Key: WW-4676
>                 URL: https://issues.apache.org/jira/browse/WW-4676
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Interceptors
>    Affects Versions: 2.5.2
>            Reporter: Greg Huber
>            Priority: Minor
>             Fix For: 2.5.3
>
>
> Would it be possible to modify the {{ConversionErrorInterceptor}} to extend {{MethodFilterInterceptor}} so I can exclude the validation on certain methods?
>  ie
> {code:xml}
> <interceptor-ref name="conversionError">
>     <param name="excludeMethods">execute,cancel*</param>
> </interceptor-ref>
> {code}
> It seems always to be called (needs to be like the validator/workflow)
> I have noticed that if I there is a conversion error on a screen and I return with a redirectAction (and the action has a {{STORE}} and the destination action has a {{RETRIEVE}}) the conversion error shows on the destination action screen.
> Although I still get in dev mode:
> {noformat}
> Error setting expression 'bean.weight' with value ['gggg', ]
> {noformat}
> as this comes from the params interceptor (and I do not want to exclude this on my cancel), I guess we will have to live with this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)