I think I'm going to go with my own restart service. Seems to work well, especially since there was some extra Acegi stuff I wanted to take care of on logout.
Thanks again! On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Yep, it's used by LinkFactory... > Better then add a redirect filter or create your own Restart service. > > FYI, i just looked at tapestry's configurations in META-INF > > From D&J Gredler <[EMAIL PROTECTED]>: > > > Thanks for the info. > > > > I'm a little worried that changing org.apache.tapestry.servlet-path will > > have other repercussions, though. Is there a list of places that it is > used > > somewhere that I can check? > > > > Thanks again, > > > > Daniel > > > > On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > RestartService redirects to the path specified by > > > org.apache.tapestry.servlet-path > > > > > > Either change that, > > > or use a redirect filter, i.e. from /app to /Home.html > > > > > > From D&J Gredler <[EMAIL PROTECTED]>: > > > > > > > Hi, > > > > > > > > I'm using friendly URLs and have removed the mapping in web.xml to > /app > > > (so > > > > ugly URLs don't work). However, when I use the RestartService to log > a > > > user > > > > out, it sends him to /app. How can I change this behavior? > > > > > > > > Thanks, > > > > > > > > Daniel > > > > > > > > > > > > > -- > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > -- > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
