I am making a call to a URL which returns an html page. That page has resources
mapped to a relative path /static.
e.g.if role=TEST url=http://host:port/page gets a page which contains
references to /staticso those class are rewritten to:
http://host:port/page ->
http://gateway_host:gateway_port/gateway/gateway_deployment/page
but page have relative resouce references to "/static"
Those requests are then process as
http://gateway_host:gateway_port/gateway/static (Since resouce in page is
relative)
Would like to have the body resource re-written to
http://gateway_host:gateway_port/gateway/gateway/gateway_deployment/static