Re: Response.SendRedirect problems

2011-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 2/25/2011 4:11 AM, Konstantin Kolinko wrote: >>> It concerns the servlet response.sendRedirect(...) method. >>> >>> When using the response.sendRedirect("/myexample") in my java class, i do >>> n= >>> ot want the servlet engine to recon

Re: Response.SendRedirect problems

2011-02-25 Thread Konstantin Kolinko
>> It concerns the servlet response.sendRedirect(...) method. >> >> When using the response.sendRedirect("/myexample") in my java class, i do >> n= >> ot want the servlet engine to reconstruct >> an absolute URL, before sending the response to the browser. That is not possible, because of how HTTP

Re: Response.SendRedirect problems

2011-02-24 Thread faheem farhan
Hi Ashwin I am too facing the same issue now , On redirection the port number is getting omitted, Since this is a 2 years back thread, I suppose you might have got the solution, Please reply back with the solution. thanks faheem ashwin soorkeea wrote: > > > Hello all, > > I have a problem

Re: Response.SendRedirect problems

2007-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Askwin, ashwin soorkeea wrote: > When using the response.sendRedirect("/myexample") in my java class, > i do not want the servlet engine to reconstruct an absolute URL, > before sending the response to the browser. This request violates the servlet s

Re: Response.SendRedirect problems

2007-12-16 Thread david delbecq
ashwin soorkeea a écrit : Hello all, I have a problem for my application and this prob is causing an entire netw= ork of users from using my application. I will appreciate if you guys can help me solve my prob. It concerns the servlet response.sendRedirect(...) method. When using the respo