Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 83311 invoked by uid 500); 13 Jun 2001 13:32:52 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 83280 invoked from network); 13 Jun 2001 13:32:51 -0000 Received: from unknown (HELO uscamexcp005.allaire.com) (63.109.193.183) by h31.sny.collab.net with SMTP; 13 Jun 2001 13:32:51 -0000 Received: by smtp.allaire.com with Internet Mail Service (5.5.2650.21) id ; Wed, 13 Jun 2001 09:31:29 -0400 Message-ID: From: Glen Daniels To: "Axis-Dev (E-mail)" Subject: String echo test Date: Wed, 13 Jun 2001 09:32:28 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi folks: In test.encoding.TestString, we have the following: public void testStringWithEntities() throws Exception { runtest("&<>'"", "&<>'\""); } I think this is broken, in that if you pass a String as an argument to an RPC call, Axis should take care of encoding it so that it is delivered exactly as specified. I propose we make this change to the library, and then replace this test with: public void testStringWithEntities() throws Exception { runtest("&<>'"", "&<>'""); } public void testStringWithSpecialChars() throws Exception { runtest("&<>'\"", "&<>'\""); } Glen Daniels Macromedia http://www.macromedia.com/ Building cool stuff for web developers