Re: [PROPOSAL] Wildcard-matched actions

2003-07-06 Thread Don Brown
On Sunday 06 July 2003 02:12 am, Ted Husted wrote: > Don, > > Would your patch interact with > > http://issues.apache.org/bugzilla/show_bug.cgi?id=15921 I don't see why not. My patch inserts a few lines in processMapping which calls a helper class that runs through all the action configs, match

Re: [PROPOSAL] Wildcard-matched actions

2003-07-06 Thread Ted Husted
Graham, I don't see that ticket on the current patch list: http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1

Re: [PROPOSAL] Wildcard-matched actions

2003-07-05 Thread Graham Leggett
Don Brown wrote: Perhaps now that 1.1 is final, this would be a good time to bring this up. I've written a small extension to Struts that allows action mappings to use wildcards in matching URIs. I submitted a patch to bugzilla a while back that did prefix matching in matching URIs. A config call

Re: [PROPOSAL] Wildcard-matched actions

2003-07-05 Thread Don Brown
ton <[EMAIL PROTECTED]> > > > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > > > To: Struts Developers List <[EMAIL PROTECTED]> > > > Subject: Re: [PROPOSAL] Wildcard-matched actions > > > > > > I like it. > > > > &g

Re: [PROPOSAL] Wildcard-matched actions

2003-07-05 Thread Don Brown
1:32:45 +0100 > > From: Niall Pemberton <[EMAIL PROTECTED]> > > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > > To: Struts Developers List <[EMAIL PROTECTED]> > > Subject: Re: [PROPOSAL] Wildcard-matched actions > > > > I like it

Re: [PROPOSAL] Wildcard-matched actions

2003-07-05 Thread Craig R. McClanahan
On Sat, 5 Jul 2003, Niall Pemberton wrote: > Date: Sat, 5 Jul 2003 01:32:45 +0100 > From: Niall Pemberton <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]> > Subject: Re: [PROPOSAL] Wildc

Re: [PROPOSAL] Wildcard-matched actions

2003-07-04 Thread Niall Pemberton
I like it. Perhaps you should create an enhancement request in bugzilla and attach a patch with your code. Niall - Original Message - From: "Don Brown" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 11:18 PM Subject: [PROPOSAL] Wi

[PROPOSAL] Wildcard-matched actions

2003-06-30 Thread Don Brown
Perhaps now that 1.1 is final, this would be a good time to bring this up. I've written a small extension to Struts that allows action mappings to use wildcards in matching URIs. The matched values can then be substituted anywhere in the action mapping - similar to how Cocoon operates (in fact the