* Copy all the images from the 20+ character folder in www/secure.
* Somehow fix all the links in the pages so that it points to the new folder.
What we could do in the short term would be to make the image links full paths e.g.
http://blah/lams/www/secure/1312312/blah.jpg rather than /lams/www/secure/1312312/blah.jpg, then if the server is available and the user is logged in, then they will see the pictures.
Looking at this, having the /lams/ will make it hard to ever have a server that is
http://lams.nowhere.edu.au/ rather than
http://blah.nowhere.edu.au/lams/. But I'm not sure we can do much about that, without serving all the FCKEditor images via a servlet, and we didn't want to do that!
I purposely tried to write all our tags to avoid locking us into this, but I think we are now stuck with it via this FCKEditor stuff.
Unless we make the reference in FCKEditor <lams:uploadedFile name="blah.jpg" folder="1312312"> and have that translated to /lams/www/secure/1312312/blah.jpg or ../1312312/blah.jpg depending on the use. But I don't think it would work in the the FCKEditor editor window as that needs html, not jsp.