LDEV-1987 Export portfolio not exporting images
this was related to
LDEV-1971:, the image urls were not being adjusted properly in export becuse the "lams/www/secure" url was instead "rams/www/sevure" because this tool was developed in rams.
now the "lams" bit is retrieved from the request context using:
request.getContextPath().substring(0, 5);