Home > Tag Archives: HttpServletRequest

Tag Archives: HttpServletRequest

Java HttpServletRequest get current URL in browsers URL bar

j2ee

If your current request is coming from an “inside the app-server” forward or include, the app-server is expected to preserve request information as request attributes. The specific attributes, and what they contain, depends on whether you’re doing a forward or an include. For, the original parent URL will be returned by request.getRequestURL(), and information about the included page will be ... Read More »