BTW, another way (which works right now) is to call setModel() with the
full URL (including the sessionid) from your controller.  Redirect views
are smart about that.

Jeff

> -----Original Message-----
> From: Marcel Kung [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 15, 2003 12:42 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Mav-user] jsessionid's in redirects
> 
> Thanks, I got around it in the meantime by using response.sendRedirect
> with
> the jsessionid included in the URL. It works but not as elegant as
your
> fix.
> Looking forward to the next release.
> 
> Cheers,
> Marcel
> 
> ----- Original Message -----
> From: "Schnitzer, Jeff" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, October 16, 2003 7:14 AM
> Subject: RE: [Mav-user] jsessionid's in redirects
> 
> 
> Ah, redirect views need to call response.encodeRedirectURL().  I've
> fixed this in CVS.  That should solve your problem, sorry 'bout that.
> 
> Jeff
> 
> > -----Original Message-----
> > From: Marcel Kung [mailto:[EMAIL PROTECTED]
> > Sent: Sunday, October 12, 2003 8:28 PM
> > To: [EMAIL PROTECTED]
> > Subject: [Mav-user] jsessionid's in redirects
> >
> > Hi there,
> >
> > Is there anyway in the maverick.xml config with redirect views of
the
> form
> >
> > <view name="success" type="redirect" path="command.m"/>
> >
> > to include a dynamic jsessionid as part of the redirected URL. eg.
> > command.m;jsessionid=abcdefghijkl.
> >
> > Currently in my webapp if cookies are turned off - this only occurs
in
> > Mozilla strangely enough, IE appears to ignore the cookies disabled
> > setting
> > for sessionid's -  the session id is missing in my redirects and
> therefore
> > the current session's (login name etc) attributes are not available.
> >
> > Cheers,
> > Marcel
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: SF.net Giveback Program.
> > SourceForge.net hosts over 70,000 Open Source Projects.
> > See the people who have HELPED US provide better services:
> > Click here: http://sourceforge.net/supporters.php
> > [INVALID FOOTER]
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.php
> [INVALID FOOTER]
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.php
> [INVALID FOOTER]



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
[INVALID FOOTER]

Reply via email to