You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ow...@apache.org on 2013/02/13 21:22:58 UTC

svn commit: r1445901 - in /cxf/fediz/trunk: examples/ examples/springPreauthWebapp/ examples/springPreauthWebapp/src/ examples/springPreauthWebapp/src/main/ examples/springPreauthWebapp/src/main/config/ examples/springPreauthWebapp/src/main/java/ examp...

Author: owulff
Date: Wed Feb 13 20:22:57 2013
New Revision: 1445901

URL: http://svn.apache.org/r1445901
Log:
Restructured Spring Pre-Auth example/systest

Added:
    cxf/fediz/trunk/examples/springPreauthWebapp/
    cxf/fediz/trunk/examples/springPreauthWebapp/README.txt
      - copied, changed from r1443504, cxf/fediz/trunk/examples/springWebapp/README.txt
    cxf/fediz/trunk/examples/springPreauthWebapp/pom.xml
      - copied, changed from r1443504, cxf/fediz/trunk/examples/springWebapp/pom.xml
    cxf/fediz/trunk/examples/springPreauthWebapp/src/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/config/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/config/fediz_config.xml
      - copied, changed from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/config/fediz_config.xml
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
      - copied, changed from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/resources/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/resources/log4j.properties
      - copied, changed from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/resources/log4j.properties
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/META-INF/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml
      - copied, changed from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/webapp/META-INF/context.xml
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
      - copied, changed from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/web.xml
      - copied, changed from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/web.xml
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/index.html
      - copied, changed from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/webapp/index.html
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/secure/
    cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/secure/test.html
      - copied, changed from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/webapp/secure/test.html
    cxf/fediz/trunk/systests/springPreauthWebapp/
    cxf/fediz/trunk/systests/springPreauthWebapp/pom.xml
      - copied, changed from r1443504, cxf/fediz/trunk/systests/springWebapp/pom.xml
    cxf/fediz/trunk/systests/springPreauthWebapp/src/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
      - copied, changed from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/resources/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/resources/log4j.properties
      - copied, changed from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/resources/log4j.properties
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/META-INF/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/META-INF/context.xml
      - copied, changed from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/webapp/META-INF/context.xml
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
      - copied, changed from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/web.xml
      - copied, changed from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/web.xml
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/index.html
      - copied, changed from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/webapp/index.html
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/secure/
    cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/secure/test.html
      - copied, changed from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/webapp/secure/test.html
Removed:
    cxf/fediz/trunk/examples/springWebapp/README.txt
    cxf/fediz/trunk/examples/springWebapp/pom.xml
    cxf/fediz/trunk/examples/springWebapp/src/main/config/fediz_config.xml
    cxf/fediz/trunk/examples/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
    cxf/fediz/trunk/examples/springWebapp/src/main/resources/log4j.properties
    cxf/fediz/trunk/examples/springWebapp/src/main/webapp/META-INF/context.xml
    cxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
    cxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/web.xml
    cxf/fediz/trunk/examples/springWebapp/src/main/webapp/index.html
    cxf/fediz/trunk/examples/springWebapp/src/main/webapp/secure/test.html
    cxf/fediz/trunk/systests/springWebapp/pom.xml
    cxf/fediz/trunk/systests/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
    cxf/fediz/trunk/systests/springWebapp/src/main/resources/log4j.properties
    cxf/fediz/trunk/systests/springWebapp/src/main/webapp/META-INF/context.xml
    cxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
    cxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/web.xml
    cxf/fediz/trunk/systests/springWebapp/src/main/webapp/index.html
    cxf/fediz/trunk/systests/springWebapp/src/main/webapp/secure/test.html
Modified:
    cxf/fediz/trunk/examples/pom.xml
    cxf/fediz/trunk/systests/jetty8/pom.xml
    cxf/fediz/trunk/systests/jetty8/src/test/resources/rp-server.xml
    cxf/fediz/trunk/systests/pom.xml

Modified: cxf/fediz/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/pom.xml?rev=1445901&r1=1445900&r2=1445901&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/pom.xml (original)
+++ cxf/fediz/trunk/examples/pom.xml Wed Feb 13 20:22:57 2013
@@ -33,6 +33,6 @@
     <modules>
         <module>simpleWebapp</module>
         <module>wsclientWebapp</module>
-        <module>springWebapp</module>
+        <module>springPreauthWebapp</module>
     </modules>
 </project>

Copied: cxf/fediz/trunk/examples/springPreauthWebapp/README.txt (from r1443504, cxf/fediz/trunk/examples/springWebapp/README.txt)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/springPreauthWebapp/README.txt?p2=cxf/fediz/trunk/examples/springPreauthWebapp/README.txt&p1=cxf/fediz/trunk/examples/springWebapp/README.txt&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/examples/springPreauthWebapp/pom.xml (from r1443504, cxf/fediz/trunk/examples/springWebapp/pom.xml)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/springPreauthWebapp/pom.xml?p2=cxf/fediz/trunk/examples/springPreauthWebapp/pom.xml&p1=cxf/fediz/trunk/examples/springWebapp/pom.xml&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/springWebapp/pom.xml (original)
+++ cxf/fediz/trunk/examples/springPreauthWebapp/pom.xml Wed Feb 13 20:22:57 2013
@@ -25,8 +25,8 @@
         <version>1.1.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
-    <artifactId>springWebapp</artifactId>
-    <name>Fediz Example: SpringWebapp</name>
+    <artifactId>springPreauthWebapp</artifactId>
+    <name>Fediz Example: SpringWebapp (Pre-Authentication)</name>
     <packaging>war</packaging>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Copied: cxf/fediz/trunk/examples/springPreauthWebapp/src/main/config/fediz_config.xml (from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/config/fediz_config.xml)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/springPreauthWebapp/src/main/config/fediz_config.xml?p2=cxf/fediz/trunk/examples/springPreauthWebapp/src/main/config/fediz_config.xml&p1=cxf/fediz/trunk/examples/springWebapp/src/main/config/fediz_config.xml&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java (from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java?p2=cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java&p1=cxf/fediz/trunk/examples/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java (original)
+++ cxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java Wed Feb 13 20:22:57 2013
@@ -44,6 +44,7 @@ import org.apache.cxf.fediz.core.ClaimCo
 import org.apache.cxf.fediz.core.FederationPrincipal;
 import org.apache.cxf.fediz.cxf.web.SecurityTokenThreadLocal;
 
+import org.springframework.security.core.Authentication;
 import org.springframework.security.core.context.SecurityContextHolder;
 
 
@@ -93,7 +94,12 @@ public class FederationServlet extends H
         }
 
         // Access Spring security context
-        SecurityContextHolder.getContext().getAuthentication();
+        Authentication obj = SecurityContextHolder.getContext().getAuthentication();
+        System.out.println("getCredentials: " + obj.getCredentials().toString());
+        System.out.println("getDetails: " + obj.getDetails().toString());
+        System.out.println("getName: " + obj.getName().toString());
+        System.out.println("getAuthorities: " + obj.getAuthorities().toString());
+        System.out.println("getPrincipal: " + obj.getPrincipal().toString());
 
         Element el = SecurityTokenThreadLocal.getToken();
         if (el != null) {

Copied: cxf/fediz/trunk/examples/springPreauthWebapp/src/main/resources/log4j.properties (from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/resources/log4j.properties)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/springPreauthWebapp/src/main/resources/log4j.properties?p2=cxf/fediz/trunk/examples/springPreauthWebapp/src/main/resources/log4j.properties&p1=cxf/fediz/trunk/examples/springWebapp/src/main/resources/log4j.properties&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml (from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/webapp/META-INF/context.xml)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml?p2=cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml&p1=cxf/fediz/trunk/examples/springWebapp/src/main/webapp/META-INF/context.xml&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml (from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml?p2=cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml&p1=cxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/web.xml (from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/web.xml)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/web.xml?p2=cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/web.xml&p1=cxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/web.xml&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/index.html (from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/webapp/index.html)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/index.html?p2=cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/index.html&p1=cxf/fediz/trunk/examples/springWebapp/src/main/webapp/index.html&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/secure/test.html (from r1443504, cxf/fediz/trunk/examples/springWebapp/src/main/webapp/secure/test.html)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/secure/test.html?p2=cxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/secure/test.html&p1=cxf/fediz/trunk/examples/springWebapp/src/main/webapp/secure/test.html&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Modified: cxf/fediz/trunk/systests/jetty8/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/jetty8/pom.xml?rev=1445901&r1=1445900&r2=1445901&view=diff
==============================================================================
--- cxf/fediz/trunk/systests/jetty8/pom.xml (original)
+++ cxf/fediz/trunk/systests/jetty8/pom.xml Wed Feb 13 20:22:57 2013
@@ -160,7 +160,7 @@
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.cxf.fediz.systests</groupId>
-                                    <artifactId>systests-springWebapp</artifactId>
+                                    <artifactId>systests-springPreauthWebapp</artifactId>
                                     <version>${project.version}</version>
                                     <type>war</type>
                                     <overWrite>true</overWrite>

Modified: cxf/fediz/trunk/systests/jetty8/src/test/resources/rp-server.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/jetty8/src/test/resources/rp-server.xml?rev=1445901&r1=1445900&r2=1445901&view=diff
==============================================================================
--- cxf/fediz/trunk/systests/jetty8/src/test/resources/rp-server.xml (original)
+++ cxf/fediz/trunk/systests/jetty8/src/test/resources/rp-server.xml Wed Feb 13 20:22:57 2013
@@ -47,7 +47,7 @@
 		    <Item>
 		      <New class="org.eclipse.jetty.webapp.WebAppContext">
 	            <Set name="contextPath">/fedizspringhelloworld</Set>
-	            <Set name="war">./target/systests-springWebapp.war</Set>
+	            <Set name="war">./target/systests-springPreauthWebapp.war</Set>
 	            <Set name="throwUnavailableOnStartupException">true</Set>
 	             
 	            <Get name="securityHandler">

Modified: cxf/fediz/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/pom.xml?rev=1445901&r1=1445900&r2=1445901&view=diff
==============================================================================
--- cxf/fediz/trunk/systests/pom.xml (original)
+++ cxf/fediz/trunk/systests/pom.xml Wed Feb 13 20:22:57 2013
@@ -32,7 +32,7 @@
    <modules>
       <module>tests</module>
       <module>simpleWebapp</module>
-      <module>springWebapp</module>
+      <module>springPreauthWebapp</module>
       <module>jetty8</module>
       <module>tomcat7</module>
    </modules>

Copied: cxf/fediz/trunk/systests/springPreauthWebapp/pom.xml (from r1443504, cxf/fediz/trunk/systests/springWebapp/pom.xml)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/springPreauthWebapp/pom.xml?p2=cxf/fediz/trunk/systests/springPreauthWebapp/pom.xml&p1=cxf/fediz/trunk/systests/springWebapp/pom.xml&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
--- cxf/fediz/trunk/systests/springWebapp/pom.xml (original)
+++ cxf/fediz/trunk/systests/springPreauthWebapp/pom.xml Wed Feb 13 20:22:57 2013
@@ -28,8 +28,8 @@
 	</parent>
 
     <groupId>org.apache.cxf.fediz.systests</groupId>
-    <artifactId>systests-springWebapp</artifactId>
-    <name>Apache Fediz Systests SpringWebapp</name>
+    <artifactId>systests-springPreauthWebapp</artifactId>
+    <name>Apache Fediz Systests SpringWebapp (Pre-Authentication)</name>
     <packaging>war</packaging>
 
     <properties>

Copied: cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java (from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java?p2=cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java&p1=cxf/fediz/trunk/systests/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
--- cxf/fediz/trunk/systests/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java (original)
+++ cxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java Wed Feb 13 20:22:57 2013
@@ -34,6 +34,7 @@ import org.apache.cxf.fediz.core.Claim;
 import org.apache.cxf.fediz.core.ClaimCollection;
 import org.apache.cxf.fediz.core.FederationPrincipal;
 
+import org.springframework.security.core.Authentication;
 import org.springframework.security.core.context.SecurityContextHolder;
 import org.springframework.util.Assert;
 
@@ -82,6 +83,13 @@ public class FederationServlet extends H
         Assert.notNull(SecurityContextHolder.getContext().getAuthentication(),
                        "SecurityContextHolder Authentication not null");
         
+        Authentication obj = SecurityContextHolder.getContext().getAuthentication();
+        System.out.println("getCredentials: " + obj.getCredentials().toString());
+        System.out.println("getDetails: " + obj.getDetails().toString());
+        System.out.println("getName: " + obj.getName().toString());
+        System.out.println("getAuthorities: " + obj.getAuthorities().toString());
+        System.out.println("getPrincipal: " + obj.getPrincipal().toString());
+        
     }
 
 }

Copied: cxf/fediz/trunk/systests/springPreauthWebapp/src/main/resources/log4j.properties (from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/resources/log4j.properties)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/springPreauthWebapp/src/main/resources/log4j.properties?p2=cxf/fediz/trunk/systests/springPreauthWebapp/src/main/resources/log4j.properties&p1=cxf/fediz/trunk/systests/springWebapp/src/main/resources/log4j.properties&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/META-INF/context.xml (from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/webapp/META-INF/context.xml)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/META-INF/context.xml?p2=cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/META-INF/context.xml&p1=cxf/fediz/trunk/systests/springWebapp/src/main/webapp/META-INF/context.xml&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml (from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml?p2=cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml&p1=cxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/web.xml (from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/web.xml)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/web.xml?p2=cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/web.xml&p1=cxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/web.xml&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/index.html (from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/webapp/index.html)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/index.html?p2=cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/index.html&p1=cxf/fediz/trunk/systests/springWebapp/src/main/webapp/index.html&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)

Copied: cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/secure/test.html (from r1443504, cxf/fediz/trunk/systests/springWebapp/src/main/webapp/secure/test.html)
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/secure/test.html?p2=cxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/secure/test.html&p1=cxf/fediz/trunk/systests/springWebapp/src/main/webapp/secure/test.html&r1=1443504&r2=1445901&rev=1445901&view=diff
==============================================================================
    (empty)