LDEV-1971 : Main export server only adjusts image urls for lams, not in rams,this is because "/lams/secure/www" was included in the regexnow the "lams" bit is retrieved from the request context using:request.getContextPath().substring(0, 5);
LDEV-1985 - Inserting a url link breaks wiki linksThis was actually happening because the FCKEditor would escape the quotation characters the next time it was edited, fixed by making the link:javascript:changeWikiPage("<wikiPage>");
LDEV-1510: Committing new JBoss cache components were added to LAMS distribution. For developement purposes they reside in lams_build/lib/jboss directory and are deployed in lams.ear when building the project. There is no longer need to copy those JARs from JBoss distribution into lams.ear.