1. How do I reliably access the HttpServletRequest in a jspx when it's behind a proxy? stackoverflow.comI've got a jspx that needs to know the current HttpServletRequest's getServerName(). The jspx can fetch this with #{mybean.serverName} from its bean, like this:
|