On Wed, Jun 27, 2001 at 11:30:43AM +0200, Antonio Ortega wrote:
> In "ChangeWebApp" action :
>
> data.setRedirectURI(http://localhost:8080/Y/index.html);
The JavaDoc for Turbine 2.1b4 says, of setRedirectURI:
"Sets the redirect uri. If this is set, also make sure to set the status
code to 302."
You need to call data.setStatusCode( 302 ) to set the correct HTTP
status code for web browsers to make use of the redirect information.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]