Marius Oancea wrote:The project is ready. U can download the version 1.0-b1
<problem>I'll try to create a servlet2.3 filter and If I'll success with that ..... opensource comunity will be richer. :-)
<description>
I have a web application made with struts. The servlet container is tomcat 4.1.x.
All my action are called in the falloing way: /path/actionname?param1=text1¶m2=text2 and so on.
Such urls are very bad for search engines.
I want to use urls like /path/actionname.html/param1.text1/param2.text2/ for example, and the action to get the parameters in a normal way (request.getParameter("param1")). Also Forms has to be able to handle all that things naturally without any code change.
Should I also modify all strutstags (html:link for example) to create html code in that manner ? Or do u see another solution. I'm thinking to make filter like on the response who will transfor all urls in the right way.
</description>
</problem> <question>
Is there any other guy who is trying to do the same?
Any solutions around?
</question>
Thanx a lot
Is not very well documented yet but I can offer you the basic ideas to install the system. Is very simple.
-- "Why program by hand in five days what you can spend five years of your life automating." - Terence Parr
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]