/[Apache-SVN]
ViewVC logotype

Revision 1445901


Jump to revision: Previous Next
Author: owulff
Date: Wed Feb 13 20:22:57 2013 UTC (11 years, 2 months ago)
Changed paths: 69
Log Message:
Restructured Spring Pre-Auth example/systest

Changed paths

Path Details
Directorycxf/fediz/trunk/examples/pom.xml modified , text changed
Directorycxf/fediz/trunk/examples/springPreauthWebapp/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/README.txt
(Copied from cxf/fediz/trunk/examples/springWebapp/README.txt, r1443504)
added , text changed
Directorycxf/fediz/trunk/examples/springPreauthWebapp/pom.xml
(Copied from cxf/fediz/trunk/examples/springWebapp/pom.xml, r1443504)
added , text changed
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/config/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/config/fediz_config.xml
(Copied from cxf/fediz/trunk/examples/springWebapp/src/main/config/fediz_config.xml, r1443504)
added , text changed
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
(Copied from cxf/fediz/trunk/examples/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java, r1443504)
added , text changed
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/resources/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/resources/log4j.properties
(Copied from cxf/fediz/trunk/examples/springWebapp/src/main/resources/log4j.properties, r1443504)
added , text changed
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/META-INF/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml
(Copied from cxf/fediz/trunk/examples/springWebapp/src/main/webapp/META-INF/context.xml, r1443504)
added , text changed
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
(Copied from cxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml, r1443504)
added , text changed
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/WEB-INF/web.xml
(Copied from cxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/web.xml, r1443504)
added , text changed
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/index.html
(Copied from cxf/fediz/trunk/examples/springWebapp/src/main/webapp/index.html, r1443504)
added , text changed
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/secure/ added
Directorycxf/fediz/trunk/examples/springPreauthWebapp/src/main/webapp/secure/test.html
(Copied from cxf/fediz/trunk/examples/springWebapp/src/main/webapp/secure/test.html, r1443504)
added , text changed
Directorycxf/fediz/trunk/examples/springWebapp/README.txt deleted
Directorycxf/fediz/trunk/examples/springWebapp/pom.xml deleted
Directorycxf/fediz/trunk/examples/springWebapp/src/main/config/fediz_config.xml deleted
Directorycxf/fediz/trunk/examples/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java deleted
Directorycxf/fediz/trunk/examples/springWebapp/src/main/resources/log4j.properties deleted
Directorycxf/fediz/trunk/examples/springWebapp/src/main/webapp/META-INF/context.xml deleted
Directorycxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml deleted
Directorycxf/fediz/trunk/examples/springWebapp/src/main/webapp/WEB-INF/web.xml deleted
Directorycxf/fediz/trunk/examples/springWebapp/src/main/webapp/index.html deleted
Directorycxf/fediz/trunk/examples/springWebapp/src/main/webapp/secure/test.html deleted
Directorycxf/fediz/trunk/systests/jetty8/pom.xml modified , text changed
Directorycxf/fediz/trunk/systests/jetty8/src/test/resources/rp-server.xml modified , text changed
Directorycxf/fediz/trunk/systests/pom.xml modified , text changed
Directorycxf/fediz/trunk/systests/springPreauthWebapp/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/pom.xml
(Copied from cxf/fediz/trunk/systests/springWebapp/pom.xml, r1443504)
added , text changed
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java
(Copied from cxf/fediz/trunk/systests/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java, r1443504)
added , text changed
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/resources/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/resources/log4j.properties
(Copied from cxf/fediz/trunk/systests/springWebapp/src/main/resources/log4j.properties, r1443504)
added , text changed
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/META-INF/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/META-INF/context.xml
(Copied from cxf/fediz/trunk/systests/springWebapp/src/main/webapp/META-INF/context.xml, r1443504)
added , text changed
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml
(Copied from cxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml, r1443504)
added , text changed
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/WEB-INF/web.xml
(Copied from cxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/web.xml, r1443504)
added , text changed
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/index.html
(Copied from cxf/fediz/trunk/systests/springWebapp/src/main/webapp/index.html, r1443504)
added , text changed
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/secure/ added
Directorycxf/fediz/trunk/systests/springPreauthWebapp/src/main/webapp/secure/test.html
(Copied from cxf/fediz/trunk/systests/springWebapp/src/main/webapp/secure/test.html, r1443504)
added , text changed
Directorycxf/fediz/trunk/systests/springWebapp/pom.xml deleted
Directorycxf/fediz/trunk/systests/springWebapp/src/main/java/org/apache/cxf/fediz/example/FederationServlet.java deleted
Directorycxf/fediz/trunk/systests/springWebapp/src/main/resources/log4j.properties deleted
Directorycxf/fediz/trunk/systests/springWebapp/src/main/webapp/META-INF/context.xml deleted
Directorycxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml deleted
Directorycxf/fediz/trunk/systests/springWebapp/src/main/webapp/WEB-INF/web.xml deleted
Directorycxf/fediz/trunk/systests/springWebapp/src/main/webapp/index.html deleted
Directorycxf/fediz/trunk/systests/springWebapp/src/main/webapp/secure/test.html deleted

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26