For example there is a web application which has a LoginAction action. On one site it is needed to access it via /login, on the other site /user/log.
It is just an example. The urls shouldn't be hard-coded in action annotations as I don't want to clone the web application just to change urls. 2017. dec. 27. 19:53 ezt írta ("Yasser Zamani" <yasserzam...@apache.org>): > > > On 12/27/2017 9:28 PM, Tamás Barta wrote: > > I would like to use the same web app code > > with different URLs (for different sites). > > Could you elaborate with an example, please? >