You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/12/27 09:41:10 UTC

[2/2] syncope git commit: Upgrading Spring Frameworkm, Spring Security and AngularJS

Upgrading Spring Frameworkm, Spring Security and AngularJS


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/460ce0b4
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/460ce0b4
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/460ce0b4

Branch: refs/heads/master
Commit: 460ce0b4d690ceeea7166e07aba419ad8a72efd6
Parents: 941dc06
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Dec 27 10:40:48 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Dec 27 10:41:00 2016 +0100

----------------------------------------------------------------------
 core/spring/src/main/resources/securityContext.xml | 7 ++++++-
 pom.xml                                            | 6 +++---
 2 files changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/460ce0b4/core/spring/src/main/resources/securityContext.xml
----------------------------------------------------------------------
diff --git a/core/spring/src/main/resources/securityContext.xml b/core/spring/src/main/resources/securityContext.xml
index 0e2072f..6d5f4b1 100644
--- a/core/spring/src/main/resources/securityContext.xml
+++ b/core/spring/src/main/resources/securityContext.xml
@@ -62,6 +62,11 @@ under the License.
 
   <bean id="syncopeAccessDeniedHandler" class="org.apache.syncope.core.spring.security.SyncopeAccessDeniedHandler"/>
   
+  <bean id="firewall" class="org.springframework.security.web.firewall.DefaultHttpFirewall">
+    <property name="allowUrlEncodedSlash" value="true"/>
+  </bean>
+  <security:http-firewall ref="firewall"/>
+
   <security:http security-context-repository-ref="securityContextRepository"
                  use-expressions="false" disable-url-rewriting="false">
 
@@ -93,4 +98,4 @@ under the License.
   <security:authentication-manager>
     <security:authentication-provider ref="syncopeAuthenticationProvider"/>
   </security:authentication-manager>
-</beans>
\ No newline at end of file
+</beans>

http://git-wip-us.apache.org/repos/asf/syncope/blob/460ce0b4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90f723e..4f47104 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,8 +363,8 @@ under the License.
 
     <jackson.version>2.8.5</jackson.version>
 
-    <spring.version>4.3.4.RELEASE</spring.version>
-    <spring-security.version>4.2.0.RELEASE</spring-security.version>
+    <spring.version>4.3.5.RELEASE</spring.version>
+    <spring-security.version>4.2.1.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0-SNAPSHOT</openjpa.version>
     <commons-dbcp.version>2.1.1</commons-dbcp.version>
@@ -425,7 +425,7 @@ under the License.
     <wicket-bootstrap.version>0.10.11</wicket-bootstrap.version>
     <wicket-chartjs.version>7.0.1</wicket-chartjs.version>
 
-    <angular.version>1.6.0</angular.version>
+    <angular.version>1.6.1</angular.version>
     <angular-ui-router.version>0.2.18</angular-ui-router.version>
     <angular-ui-bootstrap.version>1.3.3</angular-ui-bootstrap.version>
     <angular-ui-select.version>0.19.6</angular-ui-select.version>