Extend After ACL provider to also filter arrays. Thanks to Joni Suominen.
This commit is contained in:
23
project.xml
23
project.xml
@@ -129,6 +129,9 @@
|
||||
<contributor>
|
||||
<name>Orlando Garcia Carmona</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Joni Suominen</name>
|
||||
</contributor>
|
||||
</contributors>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -151,16 +154,6 @@
|
||||
<war.bundle>true</war.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jetty</groupId>
|
||||
<artifactId>org.mortbay.jetty</artifactId>
|
||||
<version>4.2.22</version>
|
||||
<type>jar</type>
|
||||
<url>http://jetty.mortbay.org</url>
|
||||
<properties>
|
||||
<war.bundle>true</war.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>retroweaver</groupId>
|
||||
<artifactId>retroweaver</artifactId>
|
||||
@@ -258,6 +251,16 @@
|
||||
<version>3.8.1</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jetty</groupId>
|
||||
<artifactId>org.mortbay.jetty</artifactId>
|
||||
<version>4.2.22</version>
|
||||
<type>jar</type>
|
||||
<url>http://jetty.mortbay.org</url>
|
||||
<properties>
|
||||
<war.bundle>true</war.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user