Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 77142 invoked from network); 1 Jul 2010 02:34:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 02:34:16 -0000 Received: (qmail 63895 invoked by uid 500); 1 Jul 2010 02:34:16 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 63799 invoked by uid 500); 1 Jul 2010 02:34:15 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 63787 invoked by uid 99); 1 Jul 2010 02:34:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 02:34:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 02:34:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o612XoZW022222 for ; Thu, 1 Jul 2010 02:33:50 GMT Message-ID: <13883887.146891277951630847.JavaMail.jira@thor> Date: Wed, 30 Jun 2010 22:33:50 -0400 (EDT) From: "Chen Wang (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-6559) [classlib][luni]Quotation marks causes IllegalArgumentException In-Reply-To: <6794962.51101277431250300.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chen Wang closed HARMONY-6559. ------------------------------ Test as expected. Thank you very much Mark! > [classlib][luni]Quotation marks causes IllegalArgumentException > --------------------------------------------------------------- > > Key: HARMONY-6559 > URL: https://issues.apache.org/jira/browse/HARMONY-6559 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Chen Wang > Assignee: Tim Ellison > Priority: Minor > Fix For: 5.0M15 > > Attachments: HARMONY-6559.diff > > > When an argument to a servlet consists of a quotation marks character, an exception saying "java.lang.IllegalArgumentException: Argument must not be null" will happen. > How to reproduce the defect: > I have narrowed down the failure with a small test case, which I run against a server that is exposing the 'servlet' application on default port. The server is a default server started by tests.support.Support_Jetty. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.