Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 59380 invoked from network); 15 Oct 2005 17:41:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2005 17:41:50 -0000 Received: (qmail 95141 invoked by uid 500); 15 Oct 2005 17:41:49 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 94586 invoked by uid 500); 15 Oct 2005 17:41:47 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 94572 invoked by uid 99); 15 Oct 2005 17:41:47 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2005 10:41:47 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 41DAE514; Sat, 15 Oct 2005 19:41:26 +0200 (CEST) From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 32748] - [beanutils]special characters in mapped property keys are parsed incorrectly X-Bugzilla-Reason: AssignedTo Message-Id: <20051015174126.41DAE514@ajax.apache.org> Date: Sat, 15 Oct 2005 19:41:26 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=32748 ------- Additional Comments From d2000m@hotmail.com 2005-10-15 19:41 ------- (In reply to comment #3) > Line 4: BeanUtils.setProperty(myBean, "myMapBackedProp > (foo\.bar\(baz)", "myValue"); I suppose the above line should read as follows, since the backslash needs to appear twice in a Java string literal: Line 4: BeanUtils.setProperty(myBean, "myMapBackedProp (foo\\.bar\\(baz)", "myValue"); And one more escape sequence nees to be added: "\\" for "\" Looks like things would be easier if the some character (pipe?) other than backslash is chosen as the escape character for map-backed property keys. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org