You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by wo...@apache.org on 2014/07/02 04:07:50 UTC

svn commit: r1607234 - in /portals/applications/webcontent/trunk/portlets/src/test: java/org/apache/portals/applications/webcontent2/proxy/ java/org/apache/portals/applications/webcontent2/rewriter/ webapp/WEB-INF/conf/

Author: woonsan
Date: Wed Jul  2 02:07:50 2014
New Revision: 1607234

URL: http://svn.apache.org/r1607234
Log:
APA-58: renaming packages

Modified:
    portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestHttpClientAuth.java
    portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestHttpClientThroughProxy.java
    portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestProxyPathMappings.java
    portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestReverseProxyLinkRewritingParserAaptor.java
    portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestURICleaner.java
    portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/RewriterTestCase.java
    portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/TestNekoRewriter.java
    portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/TestRewriterController.java
    portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/UnitTestRewriter.java
    portals/applications/webcontent/trunk/portlets/src/test/webapp/WEB-INF/conf/rewriter-rules-mapping.xml

Modified: portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestHttpClientAuth.java
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestHttpClientAuth.java?rev=1607234&r1=1607233&r2=1607234&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestHttpClientAuth.java (original)
+++ portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestHttpClientAuth.java Wed Jul  2 02:07:50 2014
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.portals.applications.webcontent.proxy;
+package org.apache.portals.applications.webcontent2.proxy;
 
 import java.net.URI;
 

Modified: portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestHttpClientThroughProxy.java
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestHttpClientThroughProxy.java?rev=1607234&r1=1607233&r2=1607234&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestHttpClientThroughProxy.java (original)
+++ portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestHttpClientThroughProxy.java Wed Jul  2 02:07:50 2014
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.portals.applications.webcontent.proxy;
+package org.apache.portals.applications.webcontent2.proxy;
 
 import java.io.InputStream;
 

Modified: portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestProxyPathMappings.java
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestProxyPathMappings.java?rev=1607234&r1=1607233&r2=1607234&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestProxyPathMappings.java (original)
+++ portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestProxyPathMappings.java Wed Jul  2 02:07:50 2014
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.portals.applications.webcontent.proxy;
+package org.apache.portals.applications.webcontent2.proxy;
 
 import java.util.ArrayList;
 import java.util.HashMap;
@@ -23,10 +23,10 @@ import java.util.Map;
 
 import junit.framework.TestCase;
 
-import org.apache.portals.applications.webcontent.proxy.impl.DefaultHttpReverseProxyPathMapperImpl;
-import org.apache.portals.applications.webcontent.proxy.impl.DefaultHttpReverseProxyPathMapperProviderImpl;
-import org.apache.portals.applications.webcontent.rewriter.RewriterController;
-import org.apache.portals.applications.webcontent.rewriter.rules.Ruleset;
+import org.apache.portals.applications.webcontent2.proxy.impl.DefaultHttpReverseProxyPathMapperImpl;
+import org.apache.portals.applications.webcontent2.proxy.impl.DefaultHttpReverseProxyPathMapperProviderImpl;
+import org.apache.portals.applications.webcontent2.rewriter.RewriterController;
+import org.apache.portals.applications.webcontent2.rewriter.rules.Ruleset;
 
 /**
  * TestProxyPassMappings

Modified: portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestReverseProxyLinkRewritingParserAaptor.java
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestReverseProxyLinkRewritingParserAaptor.java?rev=1607234&r1=1607233&r2=1607234&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestReverseProxyLinkRewritingParserAaptor.java (original)
+++ portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestReverseProxyLinkRewritingParserAaptor.java Wed Jul  2 02:07:50 2014
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.portals.applications.webcontent.proxy;
+package org.apache.portals.applications.webcontent2.proxy;
 
 import java.io.StringReader;
 import java.io.StringWriter;
@@ -28,12 +28,12 @@ import junit.framework.TestCase;
 import org.apache.commons.beanutils.BeanUtils;
 import org.apache.commons.io.IOUtils;
 import org.apache.commons.lang.StringUtils;
-import org.apache.portals.applications.webcontent.proxy.impl.DefaultHttpReverseProxyPathMapperImpl;
-import org.apache.portals.applications.webcontent.proxy.impl.DefaultHttpReverseProxyPathMapperProviderImpl;
-import org.apache.portals.applications.webcontent.proxy.impl.DefaultReverseProxyRewritingContext;
-import org.apache.portals.applications.webcontent.proxy.impl.DefaultReverseProxyLinkRewritingParserAdaptor;
-import org.apache.portals.applications.webcontent.rewriter.RewriterController;
-import org.apache.portals.applications.webcontent.rewriter.rules.Ruleset;
+import org.apache.portals.applications.webcontent2.proxy.impl.DefaultHttpReverseProxyPathMapperImpl;
+import org.apache.portals.applications.webcontent2.proxy.impl.DefaultHttpReverseProxyPathMapperProviderImpl;
+import org.apache.portals.applications.webcontent2.proxy.impl.DefaultReverseProxyRewritingContext;
+import org.apache.portals.applications.webcontent2.proxy.impl.DefaultReverseProxyLinkRewritingParserAdaptor;
+import org.apache.portals.applications.webcontent2.rewriter.RewriterController;
+import org.apache.portals.applications.webcontent2.rewriter.rules.Ruleset;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 

Modified: portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestURICleaner.java
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestURICleaner.java?rev=1607234&r1=1607233&r2=1607234&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestURICleaner.java (original)
+++ portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/proxy/TestURICleaner.java Wed Jul  2 02:07:50 2014
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.portals.applications.webcontent.proxy;
+package org.apache.portals.applications.webcontent2.proxy;
 
 import junit.framework.TestCase;
 
-import org.apache.portals.applications.webcontent.proxy.impl.DefaultURICleanerImpl;
+import org.apache.portals.applications.webcontent2.proxy.impl.DefaultURICleanerImpl;
 
 /**
  * @version $Id$

Modified: portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/RewriterTestCase.java
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/RewriterTestCase.java?rev=1607234&r1=1607233&r2=1607234&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/RewriterTestCase.java (original)
+++ portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/RewriterTestCase.java Wed Jul  2 02:07:50 2014
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.portals.applications.webcontent.rewriter;
+package org.apache.portals.applications.webcontent2.rewriter;
 
 import junit.framework.TestCase;
 

Modified: portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/TestNekoRewriter.java
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/TestNekoRewriter.java?rev=1607234&r1=1607233&r2=1607234&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/TestNekoRewriter.java (original)
+++ portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/TestNekoRewriter.java Wed Jul  2 02:07:50 2014
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.portals.applications.webcontent.rewriter;
+package org.apache.portals.applications.webcontent2.rewriter;
 
 import java.io.File;
 import java.io.FileReader;
@@ -25,9 +25,9 @@ import java.util.Arrays;
 import junit.framework.Test;
 import junit.framework.TestSuite;
 
-import org.apache.portals.applications.webcontent.rewriter.html.neko.NekoParserAdaptor;
-import org.apache.portals.applications.webcontent.rewriter.rules.Ruleset;
-import org.apache.portals.applications.webcontent.rewriter.xml.SaxParserAdaptor;
+import org.apache.portals.applications.webcontent2.rewriter.html.neko.NekoParserAdaptor;
+import org.apache.portals.applications.webcontent2.rewriter.rules.Ruleset;
+import org.apache.portals.applications.webcontent2.rewriter.xml.SaxParserAdaptor;
 
 
 /**

Modified: portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/TestRewriterController.java
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/TestRewriterController.java?rev=1607234&r1=1607233&r2=1607234&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/TestRewriterController.java (original)
+++ portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/TestRewriterController.java Wed Jul  2 02:07:50 2014
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.portals.applications.webcontent.rewriter;
+package org.apache.portals.applications.webcontent2.rewriter;
 
 import java.io.File;
 import java.io.FileReader;
@@ -32,12 +32,12 @@ import junit.framework.TestSuite;
 
 import org.apache.commons.httpclient.HttpClient;
 import org.apache.commons.httpclient.methods.GetMethod;
-import org.apache.portals.applications.webcontent.rewriter.html.SwingParserAdaptor;
-import org.apache.portals.applications.webcontent.rewriter.rules.Attribute;
-import org.apache.portals.applications.webcontent.rewriter.rules.Rule;
-import org.apache.portals.applications.webcontent.rewriter.rules.Ruleset;
-import org.apache.portals.applications.webcontent.rewriter.rules.Tag;
-import org.apache.portals.applications.webcontent.rewriter.xml.SaxParserAdaptor;
+import org.apache.portals.applications.webcontent2.rewriter.html.SwingParserAdaptor;
+import org.apache.portals.applications.webcontent2.rewriter.rules.Attribute;
+import org.apache.portals.applications.webcontent2.rewriter.rules.Rule;
+import org.apache.portals.applications.webcontent2.rewriter.rules.Ruleset;
+import org.apache.portals.applications.webcontent2.rewriter.rules.Tag;
+import org.apache.portals.applications.webcontent2.rewriter.xml.SaxParserAdaptor;
 
 /**
  * TestRewriterRules

Modified: portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/UnitTestRewriter.java
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/UnitTestRewriter.java?rev=1607234&r1=1607233&r2=1607234&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/UnitTestRewriter.java (original)
+++ portals/applications/webcontent/trunk/portlets/src/test/java/org/apache/portals/applications/webcontent2/rewriter/UnitTestRewriter.java Wed Jul  2 02:07:50 2014
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.portals.applications.webcontent.rewriter;
+package org.apache.portals.applications.webcontent2.rewriter;
 
 import java.util.HashMap;
 import java.util.Map;

Modified: portals/applications/webcontent/trunk/portlets/src/test/webapp/WEB-INF/conf/rewriter-rules-mapping.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/src/test/webapp/WEB-INF/conf/rewriter-rules-mapping.xml?rev=1607234&r1=1607233&r2=1607234&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/src/test/webapp/WEB-INF/conf/rewriter-rules-mapping.xml (original)
+++ portals/applications/webcontent/trunk/portlets/src/test/webapp/WEB-INF/conf/rewriter-rules-mapping.xml Wed Jul  2 02:07:50 2014
@@ -16,7 +16,7 @@ See the License for the specific languag
 limitations under the License.
 -->
 <mapping>
-  <class name="org.apache.portals.applications.webcontent.rewriter.rules.impl.RulesetImpl">
+  <class name="org.apache.portals.applications.webcontent2.rewriter.rules.impl.RulesetImpl">
     <map-to xml="ruleset"/>
 
     <field name="id" type="java.lang.String">
@@ -28,20 +28,20 @@ limitations under the License.
     </field>
                                    
     <field name="tags"
-           type="org.apache.portals.applications.webcontent.rewriter.rules.impl.TagImpl"
+           type="org.apache.portals.applications.webcontent2.rewriter.rules.impl.TagImpl"
            collection="collection">
       <bind-xml name="tag"/>
     </field>
 
     <field name="rules"
-           type="org.apache.portals.applications.webcontent.rewriter.rules.impl.RuleImpl"
+           type="org.apache.portals.applications.webcontent2.rewriter.rules.impl.RuleImpl"
            collection="collection">
       <bind-xml name="rule"/>
     </field>
 
   </class>
 
-  <class name="org.apache.portals.applications.webcontent.rewriter.rules.impl.TagImpl">
+  <class name="org.apache.portals.applications.webcontent2.rewriter.rules.impl.TagImpl">
     <map-to xml="tag"/>
                                    
     <field name="id" type="java.lang.String">
@@ -57,14 +57,14 @@ limitations under the License.
     </field>
 
     <field name="attributes"
-           type="org.apache.portals.applications.webcontent.rewriter.rules.impl.AttributeImpl"
+           type="org.apache.portals.applications.webcontent2.rewriter.rules.impl.AttributeImpl"
            collection="collection">
       <bind-xml name="attribute"/>
     </field>
 
   </class>
 
-  <class name="org.apache.portals.applications.webcontent.rewriter.rules.impl.RuleImpl">
+  <class name="org.apache.portals.applications.webcontent2.rewriter.rules.impl.RuleImpl">
     <map-to xml="rule"/>
                                    
     <field name="id" type="java.lang.String">
@@ -89,7 +89,7 @@ limitations under the License.
 
   </class>
 
-  <class name="org.apache.portals.applications.webcontent.rewriter.rules.impl.AttributeImpl">
+  <class name="org.apache.portals.applications.webcontent2.rewriter.rules.impl.AttributeImpl">
     <map-to xml="attribute"/>
                                    
     <field name="id" type="java.lang.String">