Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 79364 invoked from network); 20 Nov 2007 07:46:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 07:46:05 -0000 Received: (qmail 43740 invoked by uid 500); 20 Nov 2007 07:45:51 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 43673 invoked by uid 500); 20 Nov 2007 07:45:51 -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 43664 invoked by uid 99); 20 Nov 2007 07:45:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 23:45:51 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 20 Nov 2007 07:45:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 043CA714159 for ; Mon, 19 Nov 2007 23:45:43 -0800 (PST) Message-ID: <12888155.1195544742997.JavaMail.jira@brutus> Date: Mon, 19 Nov 2007 23:45:42 -0800 (PST) From: "Meenal Gupta (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (VALIDATOR-251) url with brackets is not validated thru URLvalidator class. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org url with brackets is not validated thru URLvalidator class. ----------------------------------------------------------- Key: VALIDATOR-251 URL: https://issues.apache.org/jira/browse/VALIDATOR-251 Project: Commons Validator Issue Type: Bug Affects Versions: 1.3.1 Release Reporter: Meenal Gupta Priority: Critical Fix For: 1.3.1 Release URLvalidator isValid() returns false for validation of urls's which have brackets "(" , ")" as one of the content. url with brackets in them are valid urls , as brackets () are part of the unreserved characters. We are using the URLValidator isValid() method to validate Urls. if (urlValidator.isValid(url)) { return true; } But one of the url is with brackets are rejected by this method. i am using 1.3.1 version. Is there something in latest version which already have have fix to this bug. or my understanding is not correct Please clarify. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.