We are not using Spring Roo. The problem is as follows
1. User provides credentails to login to a portal.
2. An existing portal verifies the credentials. Reads LDAP and grabs
more information about the user.
3. This info is added to the Http header and the http request is to
be forwarded to the new GWT app.
4. The GWT app needs to read a the header and different users will
land on different pages.
I was hoping that there would be a way to read the HTTP header and
decide which page to serve the user.
It seems to me that I will have to intercept the request in an servlet
and let the servlet decide where the user need to in the app.
Thanks
AP