A question on HTTP 302 redirects and, somewhat indirectly, Struts: We have a situation where one of our Actions needs to send a redirect (HttpServletResponse.SC_MOVED_TEMPORARILY) to the client. It is a requirement that the incoming request parameters, whether they be GET or POST, be sent along back to the client as part of this redirect.
Is this something that HTTP permits? I couldn't find a statement one way or the other in the RFC that says that a client has to respect the Location: header, or that, if it does, it has to respect any URL parameters that come with it, whether they be attached to the URL in query string format or present as POST parameters. More generally, is there a Struts mechanism I should be aware of for redirecting to a URL with an arbitrary set of URL parameters? Or am I limited to supplying these by hand? Cheers, Laird -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>