[gatein-commits] gatein SVN: r5265 - epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/common.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 25 04:58:41 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-11-25 04:58:41 -0500 (Thu, 25 Nov 2010)
New Revision: 5265

Modified:
   epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml
Log:
JBEPP-642: Gadget proxy can serve as anonymous proxy
Change default settings


Modified: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml	2010-11-25 08:31:24 UTC (rev 5264)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml	2010-11-25 09:58:41 UTC (rev 5265)
@@ -170,12 +170,11 @@
       <values-param>
         <!-- The white list -->
         <name>white-list</name>
-        <!-- We accept anything not black listed -->
-        <value>localhost</value>
+        <value></value>
       </values-param>
       <values-param>
         <name>black-list</name>
-        <value>*</value>
+        <value></value>
       </values-param>
     </init-params>
   </component>



More information about the gatein-commits mailing list