Any idea how can i avoid this error for a specific parameter?

Regards,
Raj

On Mon, Apr 23, 2018 at 10:31 PM, Rajvinder Pal <rajvinder....@gmail.com>
wrote:

> Hi,
>
> I need to bypass one validation error , which i am getting during appscan
> run.
>
> *Invalid field value for field* XXX
>
> I have seen com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
> in struts2-core- 2.5.14.1.jar . But it does not have any excludeParams
> .Please let me know what else i can do?I have tried the below code in
> struts.xml, but it didn't work.
>
> <interceptor-ref name="defaultStack" >
> <param name="conversionError.excludeParams">accessCode</param>
>     </interceptor-ref>
>
> Thanks,
> Raj
>

Reply via email to