Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: response.redirect() problem


Message #1 by "Mike Rittelmeyer" <mike.rittelmeyer@d...> on Thu, 25 Jul 2002 20:26:55
Mike,
	response.sendRedirect(absoluteURL); is working fine on iPlanet App Server
6.0 SP3. Trying putting a return; after the above statement.

Mayank

-----Original Message-----
From: Winston Olleri [mailto:winston@i...]
Sent: Friday, July 26, 2002 1:07 PM
To: Pro_JavaServer_Pages
Subject: [pro_jsp] RE: response.redirect() problem


hey mike,
	i do not know if you are aware of this , but if you are using
response.sendRedirect() or
	response.redirect() you should not have any out.println() methods in the
source page...
winston

-----Original Message-----
From: Mike Rittelmeyer [mailto:mike.rittelmeyer@d...]
Sent: 07,25, 2002 8:27 PM
To: Pro_JavaServer_Pages
Subject: [pro_jsp] response.redirect() problem


response.sendRedirect(<absolute URL>) does not seem to work using iPlanet
webserver 6.0 sp3; in fact, the URL is never sent to the client browser.
However, the exact same code works OK on iPlanet webserver 4.1 sp9. Any
idea what's going on?




  Return to Index