You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Jon Wilmoth <jo...@yahoo.com> on 2007/09/18 16:38:20 UTC

Fw: params.excludeParams vs. Parameter Filter Interceptor?

I haven't received any feedback on the user list and would like to know if it's appropriate to open a Jira issue for the "excludeParams" param in ParametersInterceptor.

Thanks,
Jon

----- Forwarded Message ----
From: Jon Wilmoth <jo...@yahoo.com>
To: Struts Users Mailing List <us...@struts.apache.org>
Sent: Monday, September 10, 2007 1:41:18 PM
Subject: params.excludeParams vs. Parameter Filter Interceptor?


I found an undocumented com.opensymphony.xwork2.interceptor.ParametersInterceptor parameter (excludeParams) that appears to do the same as com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor.  The later actually works on full property names vs. the regular expressions that filter out unwanted properties.  Is there a recommended usage of one vs. the other?  Is the excludeParams undocumented because it's going away/experimental or just and oversight?

Thanks,
Jon