Author: woonsan
Date: Tue Jul 20 00:35:53 2010
New Revision: 965694

URL: http://svn.apache.org/viewvc?rev=965694&view=rev
Log:
Removing all secured apache example configuration because they could cause 
unexpected results.

Modified:
    
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties

Modified: 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties?rev=965694&r1=965693&r2=965694&view=diff
==============================================================================
--- 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties
 (original)
+++ 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties
 Tue Jul 20 00:35:53 2010
@@ -72,7 +72,7 @@ proxy.http.route.somewhere.proxy.proxyse
 # ... By default, all the external sites are not included.
 # ... You can enable all the examples against apache sites by uncommenting the 
followed line.
 proxy.reverse.pass = localhost, somewhere
-#proxy.reverse.pass = apache, all_apache, secure_apache, all_secure_apache, 
localhost, somewhere
+#proxy.reverse.pass = apache, all_apache, secure_apache, localhost, somewhere
 
 # ... Set cache count of proxy path mappers which are dynamically created by 
glob style mappings.
 proxy.reverse.pass.dynamicProxyPathMapperCacheCount = 1000
@@ -106,15 +106,6 @@ proxy.reverse.pass.secure_apache.rewrite
 proxy.reverse.pass.secure_apache.rewriter.parserAdaptor.html.mimeType = 
text/html
 
proxy.reverse.pass.secure_apache.rewriter.parserAdaptor.html.property.lookUpAllMappings
 = true
 
-# ... Sets detail attributes for glob-based secure apache path mapping
-proxy.reverse.pass.all_secure_apache.local = /secure/*_apache/
-proxy.reverse.pass.all_secure_apache.remote = https://$1.apache.org/
-proxy.reverse.pass.all_secure_apache.rewriter.basic = 
org.apache.portals.applications.webcontent.rewriter.WebContentRewriter
-proxy.reverse.pass.all_secure_apache.rewriter.parserAdaptor = html
-proxy.reverse.pass.all_secure_apache.rewriter.parserAdaptor.html = 
org.apache.portals.applications.webcontent.proxy.impl.DefaultReverseProxyLinkRewritingParserAaptor
-proxy.reverse.pass.all_secure_apache.rewriter.parserAdaptor.html.mimeType = 
text/html
-proxy.reverse.pass.all_secure_apache.rewriter.parserAdaptor.html.property.lookUpAllMappings
 = true
-
 # ... Sets detail attributes for localhost path mapping
 proxy.reverse.pass.localhost.local = /localhost_*/
 proxy.reverse.pass.localhost.remote = http://localhost:$1/



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to