Clone
lfoxton
committed
on 31 Oct 08
LDEV-1971 : Main export server only adjusts image urls for lams, not in rams,
this is because "/lams/secure/www" was included in the regex
Show more
LDEV-1971 : Main export server only adjusts image urls for lams, not in rams,

this is because "/lams/secure/www" was included in the regex

now the "lams" bit is retrieved from the request context using:

request.getContextPath().substring(0, 5);

Show less