Author: woonsan
Date: Wed Jan 18 05:54:23 2012
New Revision: 1232754
URL: http://svn.apache.org/viewvc?rev=1232754&view=rev
Log:
JS2-1273: upgrading dependency to apa-webcontent:1.3-SNAPSHOT.
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/conf/reverseproxy.properties
Modified: portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/pom.xml?rev=1232754&r1=1232753&r2=1232754&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/pom.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/pom.xml Wed Jan 18 05:54:23
2012
@@ -37,7 +37,7 @@
<org.apache.portals.bridges.frameworks.version>1.0.4</org.apache.portals.bridges.frameworks.version>
<org.apache.portals.bridges.portletfilter.version>1.0.4</org.apache.portals.bridges.portletfilter.version>
<org.apache.portals.applications.apa-gems.version>1.1</org.apache.portals.applications.apa-gems.version>
-
<org.apache.portals.applications.apa-webcontent.version>1.2</org.apache.portals.applications.apa-webcontent.version>
+
<org.apache.portals.applications.apa-webcontent.version>1.3-SNAPSHOT</org.apache.portals.applications.apa-webcontent.version>
<commons-digester.version>1.8</commons-digester.version>
<commons-configuration.version>1.6</commons-configuration.version>
<commons-lang.version>2.4</commons-lang.version>
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=1232754&r1=1232753&r2=1232754&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
Wed Jan 18 05:54:23 2012
@@ -33,6 +33,13 @@
proxy.http.client.param.allowCircularRedirects = false
+# Invoking URI Cleaner used to clean remote URI just before invoking HTTP
Client Methods
+proxy.http.client.default.uri.cleaner =
org.apache.portals.applications.webcontent.proxy.impl.DefaultURICleanerImpl
+# The default URI Cleaner replaces spaces by '%20'. You may add additional
searchList/replacementList below.
+proxy.http.client.default.uri.cleaner.param.searchList = \u005E
+proxy.http.client.default.uri.cleaner.param.replacementList = %5E
+
+
# Global HTTP ClientConnectionManager parameters
# ... You can set various http client connection manager parameters with
prefix, 'proxy.http.connManager.param.'.
# ... Refer to the javadoc of org.apache.http.conn.params.ConnManagerParamBean.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]