Author: knguyen
Date: Mon Jun 18 12:21:19 2007
New Revision: 715
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D715&repname=
=3Dcorporate_portal_templates_v2
Log:
file extraction cache key is prefixed with the file's sitekey
Modified:
trunk/src/jsp/docinfo.jsp
Modified: trunk/src/jsp/docinfo.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/src/jsp/docinfo=
.jsp&rev=3D715&repname=3Dcorporate_portal_templates_v2
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/src/jsp/docinfo.jsp (original)
+++ trunk/src/jsp/docinfo.jsp Mon Jun 18 12:21:19 2007
@@ -253,7 +253,7 @@
logger.debug("Error while =
retrieving last modified date", t);
}
extDoc =3D ServicesRegistry.ge=
tInstance().getFileExtractionService()
- .getExtractedDocument(cont=
entType,davFile.getPath(),lastModifiedDate,
+ .getExtractedDocument(cont=
entType,site.getSiteKey() + "_" + davFile.getPath(),lastModifiedDate,
true,davFile.downl=
oadFile());
if ( extDoc !=3D null ){
Map props =3D extDoc.getPr=
operties();
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list