Ok, who remembers the servlet spec details? Does it need the "/"? This
is my fault, anyway... The reason for 1.3 vs. 1.4 is the switch to
java.net CVS.

Jason

> -----Original Message-----
> From: Francisco Hernandez [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 18, 2003 9:54 AM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] ww2 bug in servlet redirect result
> 
> 
> i believe line 71 in ServletRedirectResult should be:
> 
> response.sendRedirect(request.getContextPath() + "/" + location);
> 
> it currently is:
> 
> response.sendRedirect(request.getContextPath() + location);
> 
> I just checked out cvs, and this file is at version 1.3 so im 
> assuming 
> this problem also exists in the ww2 beta release, but in an older 
> version of the cvs checkout I have a 1.4 version of this 
> class.. I guess 
> it got reverted or something..
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites 
> including Data Reports, E-commerce, Portals, and Forums are 
> available now. Download today and enter to win an XBOX or 
> Visual Studio .NET. 
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet
_072303_01/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to