I am trying to determine what JSP page sent me to my Servlet, so I use 
request.getHeader("referer"). Unfortunately, the String returned is the Servlet itself 
and not the actual referer. This seems like a bug to me. Is there some way to get the 
actual referer?

Reply via email to