From issues-return-31662-archive-asf-public=cust-asf.ponee.io@struts.apache.org Tue Jan 16 08:19:06 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 52CA318066D for ; Tue, 16 Jan 2018 08:19:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 433B6160C26; Tue, 16 Jan 2018 07:19:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8AC0C160C34 for ; Tue, 16 Jan 2018 08:19:05 +0100 (CET) Received: (qmail 94190 invoked by uid 500); 16 Jan 2018 07:19:04 -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 94172 invoked by uid 99); 16 Jan 2018 07:19:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jan 2018 07:19:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 80E7B1A0BA5 for ; Tue, 16 Jan 2018 07:19:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.911 X-Spam-Level: X-Spam-Status: No, score=-99.911 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id t7y6NpAvOJwg for ; Tue, 16 Jan 2018 07:19:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 9F90C5FBC2 for ; Tue, 16 Jan 2018 07:19:02 +0000 (UTC) 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 6F1A3E25A3 for ; Tue, 16 Jan 2018 07:19:01 +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 C7AAE21304 for ; Tue, 16 Jan 2018 07:19:00 +0000 (UTC) Date: Tue, 16 Jan 2018 07:19:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4909) List of Boolean is not populated in Action class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4909?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1632682= 8#comment-16326828 ]=20 ASF subversion and git services commented on WW-4909: ----------------------------------------------------- Commit be0c694d0e2ae126f0d940defd1197d1135d739e in struts-site's branch ref= s/heads/master from [~yasser.zamani] [ https://gitbox.apache.org/repos/asf?p=3Dstruts-site.git;h=3Dbe0c694 ] Merge pull request #97 from lukaszlenart/limitable-extendable WW-4909: Adds missing note about auto growth collection limit > List of Boolean is not populated in Action class > ------------------------------------------------ > > Key: WW-4909 > URL: https://issues.apache.org/jira/browse/WW-4909 > Project: Struts 2 > Issue Type: Bug > Components: Core Actions > Affects Versions: 2.5.10.1 > Reporter: Bouagal > Assignee: Lukasz Lenart > Priority: Major > Fix For: 2.5.15 > > > In my application, a user sends a request with this parameter : selectedL= ines[xx]=3Dtrue where xx is a number. Stuts 2 should convert this parameter= into this property : List selectedLines in my action class. The l= enght of the list equals xx+1 and the list looks like this [null,null,.....= ,true]; > Since I have upgraded Struts 2 to 2.5.10.1 From 2.3, that not works anymo= re if xx>256. The list is empty. > =C2=A0 > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)