Re: Server side redirects and URL rewriting
"Terry Steichen" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.general |
|---|---|
| Message-ID | <035801c30f10$b6e59b20$0501a8c0@POWERPACK> |
Geoff, I believe it is an omission, because very few people (other than myself) appear to have ever used server-side redirection). Another thing to keep in mind in using server-side redirection, BTW, is that the request no longer depends on the browser "remembering" the current directory, so you have to adjust the reply url differently than you do with client-side redirection. Regards, Terry ----- Original Message ----- From: "Geoff Waggott" <[email protected]> To: <[email protected]> Sent: Tuesday, April 29, 2003 10:57 PM Subject: Enhydra: Server side redirects and URL rewriting > Hi all, > > I've just started testing my app with cookies turned off on the browser > forcing Enhydra to use URL rewriting. It breaks in the few places I'm > using ServerPageRedirectException to forward to a different PO because > the session id is not automatically added. > > Changing to using ClientPageRedirectException fixes this for my > purposes, but I was wondering if this is a bug/oversight or deliberate > design decision? I wouldn't expect to have to add the sessionid to the > URL explicitly to use server side redirects. If it is a bug any pointers > on where/how to fix it. > > Cheers, > Geoff > > > _______________________________________________ > Enhydra mailing list > [email protected] > http://www.enhydra.org/mailman/listinfo.cgi/enhydra >