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