Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-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 4082B10729 for ; Wed, 4 Dec 2013 08:05:11 +0000 (UTC) Received: (qmail 91965 invoked by uid 500); 4 Dec 2013 08:04:59 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 91773 invoked by uid 500); 4 Dec 2013 08:04:48 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 91720 invoked by uid 99); 4 Dec 2013 08:04:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 08:04:42 +0000 Date: Wed, 4 Dec 2013 08:04:42 +0000 (UTC) From: "Sebb (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (VALIDATOR-325) IBAN validation not calculated correctly 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/VALIDATOR-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13838707#comment-13838707 ] Sebb commented on VALIDATOR-325: -------------------------------- Looks good (except @see java.lang.Appendable??) However it might be worth providing a way to check if the failure is due to a missing regex (i.e. formatValidator == null) - maybe that should generate IAE? > IBAN validation not calculated correctly > ---------------------------------------- > > Key: VALIDATOR-325 > URL: https://issues.apache.org/jira/browse/VALIDATOR-325 > Project: Commons Validator > Issue Type: Bug > Reporter: Wim Vleugels > Fix For: 1.4.0 Release > > Attachments: IBANValidator.java > > > When I try to validate an incorrect belgian IBAN code "BE7436302152834", than it passes the validation without any problem although even the length of the code is invalid. -- This message was sent by Atlassian JIRA (v6.1#6144)