You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Fabian Richter (JIRA)" <ji...@apache.org> on 2014/08/25 11:04:58 UTC

[jira] [Comment Edited] (WW-4390) paramsPrepareParamsStack ignored excludeParams parameter in second params-Interceptor

    [ https://issues.apache.org/jira/browse/WW-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14108906#comment-14108906 ] 

Fabian Richter edited comment on WW-4390 at 8/25/14 9:04 AM:
-------------------------------------------------------------

Sorry, tried to build it, but as we are running behind a missconfigured nexus proxy and I have no admin right, I cant help you there (missing dependencies).

Just mark it as fixed, I can reopen it when 2.3.18 is released and its still not working :)


was (Author: napfton):
Sorry, tried to build it, but as we are running behind a missconfigured nexus proxy and I have no admin right, I cant help you there (missing dependencies).

Just mark it as fixed, I can reopen it when 2.6.18 is released and its still not working :)

> paramsPrepareParamsStack ignored excludeParams parameter in second params-Interceptor
> -------------------------------------------------------------------------------------
>
>                 Key: WW-4390
>                 URL: https://issues.apache.org/jira/browse/WW-4390
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors, Plugin - Convention
>    Affects Versions: 2.3.16.3
>            Reporter: Fabian Richter
>             Fix For: 2.3.18
>
>
> When using paramsPrepareParamsStack with the convention plugin multiple duplicate errors/warnings with devMode=true occur like:
> {noformat}
> Error setting expression 'token' with value ['5UVO47K811DQ15DUZF4QV2NQ8DHIHSUY', ]
> Error setting expression 'token' with value ['5UVO47K811DQ15DUZF4QV2NQ8DHIHSUY', ]
> {noformat}
> By excluding these params (important is 'token') I was able to get rid of the duplication of these messages:
> {code:java}
> @InterceptorRefs({@InterceptorRef(value = "paramsPrepareParamsStack", params = {"params.excludeParams",
> "struts.token,struts.token.name,token"})})
> {code}
> But apparently only the first params interceptor in the stack uses these params. The second one (the one after the prepare interceptor) only uses the built-in excludeParams. So one of the above mentioned errors persists,



--
This message was sent by Atlassian JIRA
(v6.2#6252)