Selon Kevin O'Neill <[EMAIL PROTECTED]>:

> On Sun, 28 Sep 2003 16:53:41 +0200, Jerome BERNARD wrote:
> 
> > Hi,
> > 
> > I would like to be able to map some URL to some actions where part of the
> > URL is transformed as a parameter to the action. For example, I would like
> > the URL "http://myhost.com/article/XYZ"; to be rendered as the view of the
> > action "showArticle" with the parameter "articleID" set to "XYZ".
> > 
> > I could possibly do such a thing using Apache (and especially mod_rewrite)
> > as a proxy to the web server, but I would like to handle it at the Servlet
> > level.
> 
> I do this sort of stuff in a servlet filter.
> 
> -k.

Could you elaborate a little bit more on this issue?
I came across this post
(http://groups.yahoo.com/group/jetty-discuss/message/2420) on the Jetty
mailing-list that explains that servlet filters are not able to alter request
paths...

Do you have an example?

Regards,
Jérôme.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to