Ok, I've fixed it. 

Everyone who's checking things in, please update the changes.txt file in
the root directory of the project (either webwork2 or xwork). Thanks.

Jason

> -----Original Message-----
> From: Francisco Hernandez [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 18, 2003 2:46 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [OS-webwork] ww2 bug in servlet redirect result
> 
> 
> I tried this in tomcat 4.x and getContextPath() was not returning the 
> ending slash, I havent bothered testing on other servers
> 
> Jason Carreira wrote:
> > 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
> > 
> > 
> > 
> 
> 
> 
> 
> 
> -------------------------------------------------------
> 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