Re: Url Validation Configuration Options

2004-04-15 Thread Niall Pemberton
n I was waiting to see if it got accepted before submitting any changes to struts. Niall - Original Message - From: "Robert Leland" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 3:38 AM Subject: Re: Url

Re: Url Validation Configuration Options

2004-04-15 Thread Niall Pemberton
I've submitted a new patch with your suggestion. Niall - Original Message - From: "David Graham" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 4:33 AM Subject: Re: Url Validation Configuration O

Re: Url Validation Configuration Options

2004-04-14 Thread David Graham
--- Ted Husted <[EMAIL PROTECTED]> wrote: > Any thoughts on this one? The patch looks reasonable to me although the conversion from List to String[] could be made simpler: String[] schemes = new String[schemeList.size()]; schemeList.toArray(schemes); instead of: String[] schemes = null; ... sc

Re: Url Validation Configuration Options

2004-04-14 Thread Robert Leland
Ted Husted wrote: Any thoughts on this one? http://issues.apache.org/bugzilla/show_bug.cgi?id=28148 "The current url validation in struts (validateUrl method in FieldChecks) only uses the default url configuration options. "I am attaching a patch that will allow the following options to be set