diff options
author | Martin Stockhammer <martin_s@apache.org> | 2017-03-10 22:09:08 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2017-03-10 22:09:08 +0100 |
commit | a981c1847c11d880c082f4f04c390256a92cf72e (patch) | |
tree | 1f9789f021ff8ec9cfa00dd0f1dd4bcc5020a75b /archiva-modules/archiva-web/archiva-web-common/src | |
parent | b2ce531fa25df5ca4f92619acf63ab986c49c392 (diff) | |
download | archiva-a981c1847c11d880c082f4f04c390256a92cf72e.tar.gz archiva-a981c1847c11d880c082f4f04c390256a92cf72e.zip |
Fixing test cases for rest service
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common/src')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/test/resources/org/apache/archiva/security.properties | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/test/resources/org/apache/archiva/security.properties b/archiva-modules/archiva-web/archiva-web-common/src/test/resources/org/apache/archiva/security.properties new file mode 100644 index 000000000..3607f9f6f --- /dev/null +++ b/archiva-modules/archiva-web/archiva-web-common/src/test/resources/org/apache/archiva/security.properties @@ -0,0 +1,19 @@ +# +# 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. +# +rest.csrffilter.disableTokenValidation=true |