We are using a
struts application and an action class forwards the display, but I need to get the whole URL of the forward so that I can add an other step in between and then do a redirect to that forward. I have no access to the URL as it displays the action class name in the address field.
We are trying to send a request to other server and it needs to have a redirect response.