On Sun, 2002-03-24 at 15:26, Filippos Slavik wrote:
> On Sun, 2002-03-24 at 11:31, Peter Lynch wrote:
> > Bug # 6159. Seems resolved as of March 9, but I can't confirm.
> > 
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6519
> > 
> Yeap :) I'm having the same problems with SDK1.4. If I switch to 1.3.1
> (Sun or IBM) the problem is solved.
> 

Just to add... I'm using the following code to redirect to screens from
my actions:

public static void redirectToScreen(RunData data, String
template_screen) throws Exception {
        
data.getResponse().sendRedirect(data.getResponse().encodeRedirectURL(data.getRequest().getContextPath()+
        data.getRequest().getServletPath()+"/template/"+template_screen));
}

Regards
Filippos Slavik


> I'v tested this against Tomcat 4.0.2 and 4.0.3 both 'lite' and normal
> edition with the same result, ie problems with SDK 1.4.0).
> 
> I could not found any related bug in Sun's Bug Database and then started
> to searching in tomcat's bug database and I found the same bug entry you
> are referring to and although they mention that it has been solved with
> the 'new' HTTP/1.1 connector (which is by default used in tomcat in
> stand-alone mode) the bug is still there.
> 
> Regards
> Filippos Slavik
> 
> 
> 
> > -Peter
> > 
> > ----- Original Message -----
> > From: "Marty Phee" <[EMAIL PROTECTED]>
> > To: "Turbine Users List" <[EMAIL PROTECTED]>
> > Sent: Saturday, March 23, 2002 7:40 PM
> > Subject: RE: Tomcat 4.0.3 and redirect problem
> > 
> > 
> > > That was it.  Thanks for the help.
> > >
> > > I went back to 1.3.1, and it worked.
> > >
> > > Marty
> > >
> > > On Sat, 2002-03-23 at 12:45, Jason van Zyl wrote:
> > > > On Sat, 2002-03-23 at 14:52, David Sean Taylor wrote:
> > > >
> > > > > >
> > > > > > The problem is more likely because you're using Java 1.4. Try
> > > > > > it with 1.3 and see if you get the same error.
> > > > > >
> > > > >
> > > > > Could you explain what the problem is with Java 1.4?
> > > > > We are getting reports of the same kind in Jetspeed, and wondering if
> > > > > its something we are doing.
> > > >
> > > > I don't have any idea yet. I haven't tried 1.4 yet because I'm afraid.
> > > >
> > > > > David
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > > --
> > > > jvz.
> > > >
> > > > Jason van Zyl
> > > > [EMAIL PROTECTED]
> > > >
> > > > http://tambora.zenplex.org
> > > >
> > > >
> > > > --
> > > > 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]>
> > 
> > 
> -- 
> ################################################################
> Filippos Slavik
> FORTHnet R&D, Heraklion, Greece
> e-mail : [EMAIL PROTECTED]
> phone : (+3) 081 391230
> ################################################################
> 
> "The software said 'runs on Win95 or better,' so I installed it
> on Linux..."
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
-- 
################################################################
Filippos Slavik
FORTHnet R&D, Heraklion, Greece
e-mail : [EMAIL PROTECTED]
phone : (+3) 081 391230
################################################################

"The software said 'runs on Win95 or better,' so I installed it
on Linux..."


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to