Author: ktlili
Date: Fri Jun 15 13:00:26 2007
New Revision: 17575

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17575&repname=
=3Djahia
Log:
. org.jahia.services.applications.ServletIncludeResponseWrapper: log4j info=
 to debug for some comment (no jira)

Modified:
    branches/JAHIA-5-0-SP-BRANCH/core/src/java/org/jahia/services/applicati=
ons/ServletIncludeResponseWrapper.java

Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/java/org/jahia/services/app=
lications/ServletIncludeResponseWrapper.java
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/java/org/jahia/services/applications/ServletIncludeRespons=
eWrapper.java&rev=3D17575&repname=3Djahia
=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/core/src/java/org/jahia/services/applicati=
ons/ServletIncludeResponseWrapper.java (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/java/org/jahia/services/applicati=
ons/ServletIncludeResponseWrapper.java Fri Jun 15 13:00:26 2007
@@ -283,14 +283,14 @@
                             return super.encodeURL (URL);
                         }
                         if(dispatchedContext.getRequestDispatcher(path)!=
=3Dnull && "portlet".equals(appBean.getType())) {
-                            logger.info("Path =3D "+path+ " URL =3D "+URL+=
 " Context =3D "+appBean.getContext());
+                            logger.debug("Path =3D "+path+ " URL =3D "+URL=
+ " Context =3D "+appBean.getContext());
                             if(!URL.startsWith(Jahia.getContextPath())) {
                                 if(URL.indexOf(appBean.getContext())<0){
                                     URL=3DappBean.getContext()+URL;
                                     encodeInJahia =3D false;
                                 } else {
                                     URL =3D super.encodeURL(URL);
-                                    logger.info("return encoded url "+URL);
+                                    logger.debug("return encoded url "+URL=
);
                                     return URL;
                                 }
 //                                if(!URL.startsWith("http")) {

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to