Wouldn't this best be done as a Servlet Filter? It seems like it would be pretty easy to parse up the request string, morph it into a traditional request, and pass it on... no need to modify Maverick's Dispatcher.
Jeff Schnitzer [EMAIL PROTECTED] > -----Original Message----- > From: Kevin O'Neill [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 22, 2003 6:08 PM > To: [EMAIL PROTECTED] > Subject: [Mav-user] A virtual url space? > > The thing I love most about cocoon is the ability to have a virtual url > space that allows for urls like /app/users/kevin/edit.html rather than he > more traditional /app/users/edit.xxx?user=kevin. > > Is maverick able to do the former. If not is anyone else interested in > adding a dispatcher subclass that allows this? > > -k. > > -- > If you don't test then your code is only a collection of bugs which > apparently behave like a working program. > > Website: http://www.rocketred.com.au/blogs/kevin/ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > [INVALID FOOTER] ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en [INVALID FOOTER]
