How to retrieve the hostname from the current URI, server side?
Is there any way I can retrieve the hostname from the current user's session, server side?I am completely aware of the system property "glide.servlet.uri" - This Will Not Work.I cannot use any system propery.Glide System (gs.getSession().getUrlOnStac...
