[
https://issues.apache.org/jira/browse/WW-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811454#comment-15811454
]
ASF subversion and git services commented on WW-4730:
-----------------------------------------------------
Commit fc6ffba9cf08cbd709be89f7df3edc7475567e4e in struts's branch
refs/heads/master from [~lukaszlenart]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=fc6ffba ]
WW-4730 Uses session.getId().intern() to properly lock down session
> TokenInterceptor synchronized on session.getId().intern()
> ---------------------------------------------------------
>
> Key: WW-4730
> URL: https://issues.apache.org/jira/browse/WW-4730
> Project: Struts 2
> Issue Type: Bug
> Components: Core Interceptors
> Affects Versions: 2.5.x
> Reporter: Simone Cordaro
> Labels: interceptors, patch, token
> Fix For: 2.5.next
>
> Attachments: TokenInterceptor.java
>
>
> As already done on TokenSessionStoreInterceptor, TokenInterceptor's
> handleToken method need to be synchronized on "session.getId().intern()"
> instead of "session"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)