Re: URL pattern for validation

2005-02-09 Thread Niall Pemberton
Theres an open bugzilla ticket for this, http://issues.apache.org/bugzilla/show_bug.cgi?id=30686 Niall - Original Message - From: "Daniel Watrous" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, February 09, 2005 5:54 PM Subject: URL patt

Re: URL pattern for validation

2005-02-09 Thread Daniel Watrous
url, but even with that it doesn't. I think that I will end up using a regexp instead. DW - Original Message - From: "Jeff Beal" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 09, 2005 12:17 PM Subject: Re: URL pattern for validation I ended up getting curious

Re: URL pattern for validation

2005-02-09 Thread Jeff Beal
I ended up getting curious, so rather than just speculate, I dug into both RFC's, it looks like I was wrong. According to the both RFC's (1738 and 3986) the '/' is not required for an empty path in a URL/URI. Sorry, Daniel, no help here. -- Jeff Craig McClanahan wrote: On Wed, 09 Feb 2005 13:

Re: URL pattern for validation

2005-02-09 Thread Craig McClanahan
On Wed, 09 Feb 2005 13:13:19 -0500, Jeff Beal <[EMAIL PROTECTED]> wrote: > I think that, strictly speaking, a URL needs at least the first '/' in > the path portion. Have you tried http://www.maintainfit.com/ ? When in > doubt, check the RFC: http://www.faqs.org/rfcs/rfc1738.html > FYI, there a

Re: URL pattern for validation

2005-02-09 Thread Jeff Beal
I think that, strictly speaking, a URL needs at least the first '/' in the path portion. Have you tried http://www.maintainfit.com/ ? When in doubt, check the RFC: http://www.faqs.org/rfcs/rfc1738.html -- Jeff Daniel Watrous wrote: I am trying to use the URL validation for a form in my applic

URL pattern for validation

2005-02-09 Thread Daniel Watrous
Hello, I am trying to use the URL validation for a form in my application. It always fails and so I'm not sure that I understand what it expects to see. In my validation.xml I have the following: allowallschemes