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 2014/03/08 18:08:45 UTC

[jira] [Updated] (WW-4251) S:token does not generate any hidden value

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

Lukasz Lenart updated WW-4251:
------------------------------

    Fix Version/s:     (was: 2.3.17)
                   2.3.x

> S:token does not generate any hidden value
> ------------------------------------------
>
>                 Key: WW-4251
>                 URL: https://issues.apache.org/jira/browse/WW-4251
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors, Plugin - Tags
>    Affects Versions: 2.3.15.1
>         Environment: IBM AIX 6.1.0.0
> Websphere Application server 7.0.0.21
> Websphere Portal server 7.0.0.2
>            Reporter: chenlin
>              Labels: Struts2, Token
>             Fix For: 2.3.x
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> Sometimes the "S:token" tag cannot generate hidden value on JSP which cause all form failed which have add token interceptor validation. Please advice if there is any particular scenario which will cause this issue
> Wrong:
> <FORM id=submitPrefernceId name=submitPrefernceId action=/wps/myportal/XXXXX method=post autocomplete="off">
> <INPUT type=hidden name=""> 
> <INPUT type=hidden name="">
>  
> Correct : 
> <FORM id=submitPrefernceId name=submitPrefernceId action=/wps/myportal/XXXX method=post autocomplete="off">
> <INPUT type=hidden value=token name=struts.token.name> 
> <INPUT type=hidden value=2OMLV0WXN1QGPN9BVBYEB8Z9NHLF3RDI name=token>



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