${request.requestURL} returns nothing${request.pathInfo} returns the path of the page starting from content -- /content/a/b/c.html${request.requestURI} returns the path of the page starting from content /content/a/b/c.htmlI needed the browser url; so I guess the best way would be the one that I am ...