If your forward path starts with a /, RequestProcessor's
processForwardConfig() treat's it relative to the current contextpath
and so you would end up hitting an url in the same application. If
your forward path doesn't start with a /, response.sendRedirect()
which is used by processForwardConfig()
Heylo all,
Problem: I have two related applications, one which handles
authentication (chlogin) and a second application which handles managing
a menu (chmenu). When the user logs out of the menu application I would
like to forward them to the logout of the authentication app.
In my menu appli
2 matches
Mail list logo