aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp/src/test
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2020-11-02 14:24:30 +0100
committerMartin Stockhammer <martin_s@apache.org>2020-11-02 14:24:30 +0100
commit108b60a4df669e919dd8f6cee011d20ca35933eb (patch)
tree617547823a9bf7b063305a893cc7aef0aaee7495 /archiva-modules/archiva-web/archiva-webapp/src/test
parentee7d339b45cbc53327ee5c51b37925ca3d4e20be (diff)
downloadarchiva-108b60a4df669e919dd8f6cee011d20ca35933eb.tar.gz
archiva-108b60a4df669e919dd8f6cee011d20ca35933eb.zip
Adding angular code
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/src/test')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/test/resources/auto-admin-creation.properties (renamed from archiva-modules/archiva-web/archiva-webapp/src/test/auto-admin-creation.properties)0
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/test/resources/jetty-env.xml (renamed from archiva-modules/archiva-web/archiva-webapp/src/test/jetty-env.xml)0
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/test/resources/log4j2-test.xml (renamed from archiva-modules/archiva-web/archiva-webapp/src/test/log4j2-test.xml)0
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/test/resources/org/apache/archiva/redback-security.properties32
4 files changed, 32 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/auto-admin-creation.properties b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/auto-admin-creation.properties
index 7c8c5815b..7c8c5815b 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/test/auto-admin-creation.properties
+++ b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/auto-admin-creation.properties
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/jetty-env.xml b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/jetty-env.xml
index bed63bfa3..bed63bfa3 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/test/jetty-env.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/jetty-env.xml
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/log4j2-test.xml b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/log4j2-test.xml
index e36a83fc7..e36a83fc7 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/test/log4j2-test.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/log4j2-test.xml
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/resources/org/apache/archiva/redback-security.properties b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/org/apache/archiva/redback-security.properties
new file mode 100644
index 000000000..e805ce998
--- /dev/null
+++ b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/org/apache/archiva/redback-security.properties
@@ -0,0 +1,32 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+# --------------------------------------------------------------------
+# Email Settings
+
+# The subject line for the email message.
+email.validation.subject=Welcome to Archiva
+
+# Feedback page
+email.feedback.path=http://archiva.apache.org/mail-lists.html
+
+email.url.path=index.html
+
+
+rest.csrffilter.enabled=false \ No newline at end of file