From issues-return-33196-archive-asf-public=cust-asf.ponee.io@struts.apache.org Mon Mar 25 04:43:03 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 2EBCF18065B for ; Mon, 25 Mar 2019 05:43:03 +0100 (CET) Received: (qmail 24083 invoked by uid 500); 25 Mar 2019 04:43:01 -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 24070 invoked by uid 99); 25 Mar 2019 04:43:00 -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, 25 Mar 2019 04:43:00 +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 5DA7DE2841 for ; Mon, 25 Mar 2019 04:43:00 +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 14C9324422 for ; Mon, 25 Mar 2019 04:43:00 +0000 (UTC) Date: Mon, 25 Mar 2019 04:43:00 +0000 (UTC) From: "James Chaplin (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 James Chaplin created WW-5026: --------------------------------- Summary: 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.20, 2.5.16 Environment: Tomcat 7.0.x (but should reproduce on any application server) Reporter: James Chaplin Fix For: 2.5.21 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)