Return-Path: Delivered-To: apmail-shale-issues-archive@locus.apache.org Received: (qmail 16459 invoked from network); 22 Mar 2007 19:05:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Mar 2007 19:05:16 -0000 Received: (qmail 58300 invoked by uid 500); 22 Mar 2007 19:05:20 -0000 Delivered-To: apmail-shale-issues-archive@shale.apache.org Received: (qmail 58266 invoked by uid 500); 22 Mar 2007 19:05:20 -0000 Mailing-List: contact issues-help@shale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shale.apache.org Delivered-To: mailing list issues@shale.apache.org Received: (qmail 58231 invoked by uid 99); 22 Mar 2007 19:05:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 12:05:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 12:05:11 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F4C671403D for ; Thu, 22 Mar 2007 12:04:51 -0700 (PDT) Message-ID: <27648973.1174590291166.JavaMail.jira@brutus> Date: Thu, 22 Mar 2007 12:04:51 -0700 (PDT) From: "Hasan Turksoy (JIRA)" To: issues@shale.apache.org Subject: [jira] Commented: (SHALE-430) CommonsValidator#convert method needs null control for "obj" parameter In-Reply-To: <21438021.1174589692267.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/SHALE-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40646 ] Hasan Turksoy commented on SHALE-430: ------------------------------------- in addition to convert method, "isSupplied" method needs null control for its "str" parameter too. when my "required" validation enters CommonsValidator#validate, with empty submitted value(=null), both above null controls necessary to complete validation without a NullPointerException. > CommonsValidator#convert method needs null control for "obj" parameter > ---------------------------------------------------------------------- > > Key: SHALE-430 > URL: https://issues.apache.org/struts/browse/SHALE-430 > Project: Shale > Issue Type: Bug > Components: Validator > Affects Versions: 1.0.4 > Reporter: Hasan Turksoy > Priority: Minor > > convert method of CommonsValidator class fails(throws nullpointerexception) when obj parameter is null. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.