Project

General

Profile

« Previous | Next » 

Revision 47457

Testing for #2867

View differences:

modules/cnr-inspector-security/trunk/src/main/resources/eu/dnetlib/applicationContext-inspector-security.xml
33 33
			access="ROLE_ANONYMOUS, ROLE_USER" />
34 34
		<security:intercept-url pattern="/mvc/oai/**"
35 35
			access="ROLE_ANONYMOUS, ROLE_USER" />
36
		<security:intercept-url pattern="/mvc/api/**" access="ROLE_ANONYMOUS" />
36 37
		<security:intercept-url pattern="/mvc/inspector/**"
37 38
			access="ROLE_USER" />
38 39
		<security:intercept-url pattern="/mvc/ui/**"
modules/cnr-inspector-security/trunk/cnr-inspector-security.iml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3
  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
4
    <output url="file://$MODULE_DIR$/target/classes" />
5
    <output-test url="file://$MODULE_DIR$/target/test-classes" />
6
    <content url="file://$MODULE_DIR$">
7
      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
8
      <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
9
      <excludeFolder url="file://$MODULE_DIR$/target" />
10
    </content>
11
    <orderEntry type="inheritedJdk" />
12
    <orderEntry type="sourceFolder" forTests="false" />
13
    <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.8.2" level="project" />
14
    <orderEntry type="library" name="Maven: org.springframework.security:spring-security-web:3.2.1.RELEASE" level="project" />
15
    <orderEntry type="library" name="Maven: aopalliance:aopalliance:1.0" level="project" />
16
    <orderEntry type="library" name="Maven: org.springframework.security:spring-security-core:3.2.1.RELEASE" level="project" />
17
    <orderEntry type="library" name="Maven: org.springframework:spring-beans:3.2.8.RELEASE" level="project" />
18
    <orderEntry type="library" name="Maven: org.springframework:spring-core:3.2.8.RELEASE" level="project" />
19
    <orderEntry type="library" name="Maven: org.springframework:spring-expression:3.2.8.RELEASE" level="project" />
20
    <orderEntry type="library" name="Maven: org.springframework:spring-web:3.2.8.RELEASE" level="project" />
21
    <orderEntry type="library" name="Maven: org.springframework.security:spring-security-config:3.2.1.RELEASE" level="project" />
22
    <orderEntry type="library" name="Maven: org.springframework:spring-aop:3.2.8.RELEASE" level="project" />
23
    <orderEntry type="library" name="Maven: org.springframework:spring-context:4.0.0.RELEASE" level="project" />
24
    <orderEntry type="library" name="Maven: org.springframework:spring-tx:4.0.0.RELEASE" level="project" />
25
    <orderEntry type="library" scope="PROVIDED" name="Maven: javax.servlet:javax.servlet-api:3.1.0" level="project" />
26
    <orderEntry type="library" name="Maven: log4j:log4j:1.2.17" level="project" />
27
  </component>
28
</module>

Also available in: Unified diff