Clone
lfoxton
committed
on 31 Oct 08
LDEV-1987 Export portfolio not exporting images
this was related to LDEV-1971:, the image urls were not being adjusted properly in export be… Show more
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);

Show less