Re: Hide .do [S 1.3.8]

2012-02-10 Thread Josep GarcĂ­a
The urlrewrite filter can help you with that. Take a look at AppFuse 2.0: appfuse.org This appfuse version shows .html extensions in the url, instead of .do or .action. Cheers, Josep 2012/2/10 Anjib Mulepati > Hi All, > > I am getting odd situation in Struts 1.3.8 application. > I have differen

Re: Hide .do [S 1.3.8]

2012-02-10 Thread Mohamed SIDI
I think by using mapping mecanism in your web.xml 2012/2/10 Anjib Mulepati > Hi All, > > I am getting odd situation in Struts 1.3.8 application. > I have different actions and for each action user can see link as > http://localhost/MyApp/**MyAction.do > How c

Hide .do [S 1.3.8]

2012-02-10 Thread Anjib Mulepati
Hi All, I am getting odd situation in Struts 1.3.8 application. I have different actions and for each action user can see link as http://localhost/MyApp/MyAction.do How can I hide *.do from address bar? Thanks - To unsubscri