You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by am...@apache.org on 2019/03/26 20:55:48 UTC

[struts] branch struts-2-5-x updated (d460d71 -> 30cb56a)

This is an automated email from the ASF dual-hosted git repository.

amashchenko pushed a change to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from d460d71  Merge pull request #341 from JCgH4164838Gh792C124B5/localS2_25x_Testfix
     new 5b0ec34  Fix issue introduced with earlier WW-4873 fix: - Fixes error 500 processing failures for double-submit results with TokenSessionStoreInterceptor processing - Fix to InvocationSessionStore, new unit test confirming fix in InvocationSessionStoreTest - Minor whitespace fix to TokenSessionStoreInterceptor
     new 63dc85f  Updated commit with changes suggested by reviewers: - Replace TokenSessionStoreInterceptor inline comment previously added with method comment blocks (better locatioh for explanation) - Eliminate duplicate savedActionContext.setValueStack call in InvocationSessionStore (typo) - Improve InvocationSessionStore.loadInvocation() by reording assignment statements to allow single-line assignments
     new 30cb56a  Merge pull request #342 from JCgH4164838Gh792C124B5/localS2_25x_B5

The 5385 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../interceptor/TokenSessionStoreInterceptor.java  | 32 +++++++++++++++++++---
 .../struts2/util/InvocationSessionStore.java       | 20 ++++++++++----
 .../struts2/util/InvocationSessionStoreTest.java   | 31 +++++++++++++++++++++
 3 files changed, 74 insertions(+), 9 deletions(-)