SV: response.sendRedirect problem

2001-06-14 Thread Patrik Andersson
Title: SV: response.sendRedirect problem Don't write a full URL In the sendRedirect(param) call. Use an URI instead. Do: response.sendRedirect(/some/place/file.html); instead of: response.sendRedirect(http://host.domain:port/some/place/file.html); -Ursprungligt meddelande

RE: response.sendRedirect problem

2001-06-14 Thread Simon Kitching
Title: SV: response.sendRedirect problem Hi Rafael, I don't think Patrik's suggestion is the answer; you should be able to sendf ully-qualified URLs in redirects (forwards, on the other hand, do need to be within the same serveri nstance). I suggest that you try connecting to orion via

Re: response.sendRedirect problem

2001-06-14 Thread john_haasbeek
respond to Orion-Interest [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] cc: Subject: response.sendRedirect problem Hi all, this is the scenary: I have a 2 jsp pages and 2 servlet. The flow is: pag1.jsp --(via Post)-- --servlet1 --(via forward

response.sendRedirect problem

2001-06-13 Thread Rafael Alvarez
Hi all, this is the scenary: I have a 2 jsp pages and 2 servlet. The flow is: pag1.jsp --(via Post)-- --servlet1 --(via forward) -- --servlet2 --(via response.sendRedirect) -- -- pag2.jsp when viewed using some browsers in Mac (IE and Netscape alike), the redirect