Taking a URL with a Servlet
Hi all,
I'm a newbie in Java and I have a question which I'm sure the most of you will find pretty easy. I need a servlet which take an URL given from a redirect process and then the servlet must work with it. I think I have to do it by means of the doGet method. Any idea?
Thanks in advance,
Achilipu

