Re: problem with response.sendRedirect()

2001-05-09 Thread Noel E. Lecaros
Hi, Brandon Can you tell us the OS, tomcat and apache versions, sample output and perhaps a snippet of the code? I can't promise anything but this looks like an interesting problem. Regards, Noel Lecaros Brandon Cruz wrote: I have a jsp that does a simple response.sendRedirect to another

RE: problem with response.sendRedirect()

2001-05-09 Thread Brandon Cruz
-Original Message- From: Noel E. Lecaros [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 4:40 PM To: [EMAIL PROTECTED] Subject: Re: problem with response.sendRedirect() Hi, Brandon Can you tell us the OS, tomcat and apache versions, sample output and perhaps a snippet of the code? I

RE: problem with response.sendRedirect()

2001-04-09 Thread Michael Wentzel
I try to redirect users who try to access page on my site and who have not enter username + passord. I have a litle jsp : % User tUser = (User)session.getAttribute("user"); if ( tUser == null) { response.sendRedirect("http://localhost:8080/"); } % which call

Re: Problem with response.sendRedirect

2001-02-04 Thread Chris Janicki
It really sounds like a browser problem. There's not much you can do to the JSP other than to try changing the redirection to/from a relative/absolute URL (if possible) to see if that makes a difference with your browser. The next obvious suggestion is to verify the problem on a different