From issues-return-33221-archive-asf-public=cust-asf.ponee.io@struts.apache.org Mon Apr 1 06:28:07 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2757418072F for ; Mon, 1 Apr 2019 08:28:06 +0200 (CEST) Received: (qmail 50071 invoked by uid 500); 1 Apr 2019 06:28:06 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 50047 invoked by uid 99); 1 Apr 2019 06:28:06 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2019 06:28:06 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 81F67E00FF for ; Mon, 1 Apr 2019 06:28:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id D8170245A3 for ; Mon, 1 Apr 2019 06:28:04 +0000 (UTC) Date: Mon, 1 Apr 2019 06:28:04 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (WW-5026) Double-submit of TokenSessionStoreInterceptor broken since 2.5.16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-5026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart updated WW-5026: ------------------------------ Fix Version/s: 2.6 > Double-submit of TokenSessionStoreInterceptor broken since 2.5.16 > ----------------------------------------------------------------- > > Key: WW-5026 > URL: https://issues.apache.org/jira/browse/WW-5026 > Project: Struts 2 > Issue Type: Bug > Components: Core Interceptors > Affects Versions: 2.5.16, 2.5.20 > Environment: Tomcat 7.0.x (but should reproduce on any application server) > Reporter: James Chaplin > Priority: Major > Labels: pull-request-available > Fix For: 2.5.21, 2.6 > > > With recent fixes to the Showcase application it was discovered that the 3rd Token example (for TokenSessionStoreInterceptor) is failing upon the double-submit with Struts versions 2.5.16 - 2.5.20 (and 2.5.21 snapshot). Steps to reproduce: > 1) Launch Struts 2.5.21-snapshot showcase application > 2) Open the Examples, Token, Example 3. > 3) Click on submit (wait for completion), back button in browser, then submit again. > 4) Application container returns a response code 500. > The issue appears to have been introduced with fixes for WW-4873. A proposed fix for this issue will be provided in a PR shortly. -- This message was sent by Atlassian JIRA (v7.6.3#76005)