aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp
diff options
context:
space:
mode:
authorJoakim Erdfelt <joakime@apache.org>2007-11-06 18:26:04 +0000
committerJoakim Erdfelt <joakime@apache.org>2007-11-06 18:26:04 +0000
commit42c39b585d59aca9b2d6dca9d08c63a6e2806102 (patch)
treeaa1aa970957a7761031f981c789436a9c8220f1a /archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp
parent293bd8e2f2a05b9c5475bb471996a002caf597b0 (diff)
downloadarchiva-42c39b585d59aca9b2d6dca9d08c63a6e2806102.tar.gz
archiva-42c39b585d59aca9b2d6dca9d08c63a6e2806102.zip
[MRM-516] Search results return results for all repositories, regardless of security.
[MRM-569] Browse shows results for all repositories, regardless of security. Merge of https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-backend-security changes from revision 590763 to HEAD git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@592513 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp')
-rw-r--r--archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/accessToNoRepos.jsp46
1 files changed, 46 insertions, 0 deletions
diff --git a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/accessToNoRepos.jsp b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/accessToNoRepos.jsp
new file mode 100644
index 000000000..5ed04736f
--- /dev/null
+++ b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/accessToNoRepos.jsp
@@ -0,0 +1,46 @@
+<%--
+ ~ 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.
+ --%>
+
+<%@ taglib prefix="ww" uri="/webwork" %>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+
+<html>
+<head>
+ <title>You have access to no repositories</title>
+ <ww:head/>
+</head>
+
+<body>
+
+<div id="contentArea">
+
+ <div id="results">
+ You have access to no repositories.
+ Ask your system administrator for access.
+ </div>
+
+</div>
+
+<div class="clear">
+ <hr/>
+</div>
+
+</body>
+
+</html>