Could be the reason mine works. Environment: Tomcat 4.0.1 Stand Alone --> tested I.E. 5.5 & Netscape 6.x
Scott -----Original Message----- From: Gareth Coltman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 10:34 AM To: Turbine Developers List Subject: RE: Redirects Yep. We were using that setup (Apache->Tomcat). I think apache must be screwing it up? > -----Original Message----- > From: Steve Davis [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2002 15:27 > To: Turbine Developers List > Subject: RE: Redirects > > > Hi Gareth, > > We saw the same problem you are describing but only when > connecting using an IE browser through an Apache web server > to Tomcat. We did not see a problem with Netscape browsers > or when connecting directly to Tomcat. What setup are you > using? We have not found a solution yet. > > -- Steve Davis > > > -----Original Message----- > From: Gareth Coltman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 8:49 AM > To: Turbine Developers List > Subject: Redirects > > > Hi, > > In my web development experience redirects have been an extremely useful > tool. I have used them for security, to stop repeated form submission, and > to make (sort-of) recursive components. I have had no success > (after a great > deal of work and reading of archives) getting redirects to work in Turbine > 2. It seems that the current buffer is sent back to the client along with > the redirect, which cause the browser to display half a page and then the > http header at the bottom. Has anyone successfully manage to perform a > redirect? > > All u turbine 3 guys - I noticed in the source that the redirect in > commented out - will redirecting work with a default (classic) pipeline. > > Typically I would want the following kind of logic - in this case > to prevent > the user's back button returning them to the login action after a login. > > LOGIN: > > if user's credentials are valid > Redirect to the home page > else > Just set the template to login > fi > > What do you guys think? > > Gareth > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
