Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7818D10CFD for ; Fri, 10 Jan 2014 19:55:51 +0000 (UTC) Received: (qmail 39060 invoked by uid 500); 10 Jan 2014 19:55:51 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 39035 invoked by uid 500); 10 Jan 2014 19:55:51 -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 39028 invoked by uid 99); 10 Jan 2014 19:55:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 19:55:51 +0000 Date: Fri, 10 Jan 2014 19:55:51 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4241) Negative Integers not submitted when language is arabic 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-4241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868217#comment-13868217 ] Lukasz Lenart commented on WW-4241: ----------------------------------- Can you attach SSCCE here? Dropbox gives 404 > Negative Integers not submitted when language is arabic > ------------------------------------------------------- > > Key: WW-4241 > URL: https://issues.apache.org/jira/browse/WW-4241 > Project: Struts 2 > Issue Type: Bug > Components: Core Actions, Core Interceptors > Affects Versions: 2.3.15 > Environment: windows 7 64-bit, tomcat 7.0.41 & jdk 1.7 using netbeans 7.4/7.3 (tried both) > Reporter: Nitin Surana > Priority: Blocker > Labels: arabic, internationalization > Fix For: 2.3.17 > > Original Estimate: 2h > Remaining Estimate: 2h > > Negative integers are giving OGNL error setting expression when submitted through form post or query string ONLY when the language is arabic. For all other languages the form works fine & no OGNL errors. The negative integer value is perfectly received at the action side. > I have also posted the question in very detail here : > http://stackoverflow.com/questions/19875848/query-string-urls-behave-incorrectly-after-the-language-is-changed > The SSCCE to demonstrate this bug is available here https://dl.dropboxusercontent.com/u/109241721/Struts2Example.zip > username is an integer, it accepts both positive & negative integers when not using arabic language, but as soon as language is changed to arabic, it doesn't accept negative integers and start throwing OGNL exceptions for error setting expression. > You guys can reach me at nitin.cool4urchat@gmail.com for any more information required. -- This message was sent by Atlassian JIRA (v6.1.5#6160)