Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 17138 invoked from network); 6 Oct 2006 21:48:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2006 21:48:37 -0000 Received: (qmail 64749 invoked by uid 500); 6 Oct 2006 21:48:35 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 64682 invoked by uid 500); 6 Oct 2006 21:48:35 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 64671 invoked by uid 99); 6 Oct 2006 21:48:35 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2006 14:48:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:53682] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 90/EC-24193-23FC6254 for ; Fri, 06 Oct 2006 14:48:34 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B3C66714201 for ; Fri, 6 Oct 2006 14:48:19 -0700 (PDT) Message-ID: <14223481.1160171299733.JavaMail.root@brutus> Date: Fri, 6 Oct 2006 14:48:19 -0700 (PDT) From: "Henri Yandell (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Created: (VALIDATOR-205) Improve handling of ; in paths MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Improve handling of ; in paths ------------------------------ Key: VALIDATOR-205 URL: http://issues.apache.org/jira/browse/VALIDATOR-205 Project: Commons Validator Issue Type: Improvement Reporter: Henri Yandell Assigned To: Henri Yandell VALIDATOR-204 fixes a bug that a ; was not considered a valid character. It does it by blanketedly accepting it as an okay character when in fact there are proviso's and conditions surrounding the existence of a ; within a path. RFC 3986 apparantly contains a regexp for urls, so might be useful to take that and use it as a basis for this validator. Simplest case - improve the ; handling somehow. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org