So I\'m trying to grab the current URL of the page using Java\'s request object. I\'ve been using request.getRequestURI() to preform this, but I noticed that when a java cla
Can you try this
<%=request.getRequestURL().toString()%>