Simplify RIA
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 20 Nov 2009 10:30:35 +0000 (10:30 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 20 Nov 2009 10:30:35 +0000 (10:30 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@3131 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml
security/runtime/org.argeo.security.ria/pom.xml
security/runtime/org.argeo.security.ria/src/WEB-INF/applicationContext.xml [deleted file]
security/runtime/org.argeo.security.ria/src/WEB-INF/osgi.xml [deleted file]
security/runtime/org.argeo.security.ria/src/WEB-INF/security.xml [deleted file]
security/runtime/org.argeo.security.ria/src/WEB-INF/web.xml

diff --git a/pom.xml b/pom.xml
index bcb7caf4f6b27799ad8186ecbbd9ba192b040269..0bab17fde3ccd0cf03617a5c00a003a3fb2849b4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
        <packaging>pom</packaging>
        <properties>
                <developmentCycle>0.1</developmentCycle>
-               <version.argeo-ria>0.12.1</version.argeo-ria>
+               <version.argeo-ria>0.12.2-SNAPSHOT</version.argeo-ria>
                <version.maven-argeo-osgi>0.1.21</version.maven-argeo-osgi>
                <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
                <version.maven-argeo-qooxdoo>0.8.2.1</version.maven-argeo-qooxdoo>
index a5ebb8cbce84924c794aa198367d7df1b91fcabe..39a61f691d6c4f2fed4a67b85a5805e49ed80535 100644 (file)
                                                        javax.servlet.jsp.jstl.core,
                                                        javax.servlet.jsp.jstl.fmt,
                                                        javax.servlet.jsp.jstl.tlv,
-                                                       javax.servlet.resources,
-                                                       org.springframework.security.ui.webapp,
-                                                       org.springframework.security.userdetails.memory,
-                                                       org.springframework.web.context,
-                                                       org.springframework.osgi.web.context.support,
-                                                       org.springframework.web.filter,
-                                                       org.springframework.ldap.core.support,
-                                                       org.springframework.security
+                                                       javax.servlet.resources
                                                </Import-Package>
                                                <Web-ContextPath>org.argeo.security.ria</Web-ContextPath>
                                        </instructions>
diff --git a/security/runtime/org.argeo.security.ria/src/WEB-INF/applicationContext.xml b/security/runtime/org.argeo.security.ria/src/WEB-INF/applicationContext.xml
deleted file mode 100644 (file)
index 2b8a2e7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
-       xmlns:tx="http://www.springframework.org/schema/tx"
-       xsi:schemaLocation="
-       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
-       http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
-       http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
-
-       <import resource="osgi.xml" />
-       <import resource="security.xml" />
-
-</beans>
\ No newline at end of file
diff --git a/security/runtime/org.argeo.security.ria/src/WEB-INF/osgi.xml b/security/runtime/org.argeo.security.ria/src/WEB-INF/osgi.xml
deleted file mode 100644 (file)
index d344cc8..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
-       xmlns:security="http://www.springframework.org/schema/security"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
-       http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd\r
-       http://www.springframework.org/schema/beans   \r
-       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd\r
-       http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.xsd">\r
-\r
-       <reference id="_authenticationManager"\r
-               interface="org.springframework.security.AuthenticationManager" />\r
-</beans:beans>
\ No newline at end of file
diff --git a/security/runtime/org.argeo.security.ria/src/WEB-INF/security.xml b/security/runtime/org.argeo.security.ria/src/WEB-INF/security.xml
deleted file mode 100644 (file)
index 883c655..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<beans:beans xmlns="http://www.springframework.org/schema/security"
-       xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-              http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.4.xsd">
-
-       <http realm="User Interface" >
-               <intercept-url pattern="/**" access="ROLE_USER" />
-               <http-basic />
-       </http>
-
-</beans:beans>
index d4675d5b35bea9d4517e8d47832dc5bacf683b29..3458e378a2fb0433a86ddc7577f0b5267a633762 100644 (file)
@@ -5,31 +5,4 @@
 
        <display-name>Argeo Security UI</display-name>
 
-       <!-- General -->
-       <context-param>
-               <param-name>contextConfigLocation</param-name>
-               <param-value>/WEB-INF/applicationContext.xml</param-value>
-       </context-param>
-
-       <listener>
-               <display-name>Spring Context</display-name>
-               <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
-       </listener>
-       <context-param>
-               <param-name>contextClass</param-name>
-               <param-value>org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext</param-value>
-       </context-param>
-
-       <!--  Security -->
-       <filter>
-               <filter-name>springSecurityFilterChain</filter-name>
-               <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
-       </filter>
-
-       <filter-mapping>
-               <filter-name>springSecurityFilterChain</filter-name>
-               <url-pattern>/*</url-pattern>
-       </filter-mapping>
-
-
 </web-app>