Author: knguyen
Date: Mon Jun 18 12:26:52 2007
New Revision: 716

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D716&repname=
=3Dcorporate_portal_templates_v2
Log:
file extraction cache key is prefixed with the file's sitekey

Modified:
    branches/JAHIA-5-0-SP-BRANCH/src/jsp/docinfo.jsp

Modified: branches/JAHIA-5-0-SP-BRANCH/src/jsp/docinfo.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/src/jsp/docinfo.jsp&rev=3D716&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
--- branches/JAHIA-5-0-SP-BRANCH/src/jsp/docinfo.jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/src/jsp/docinfo.jsp Mon Jun 18 12:26:52 20=
07
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www=
.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><%--
+=C3=AF=C2=BB=C2=BF<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitiona=
l//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><%--
 Copyright 2002-2006 Jahia Ltd
 =

 Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDD=
L), =

@@ -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

Reply via email to