fix links as redback is now @asf

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1324845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-11 16:21:16 +00:00
parent b1fbb01caa
commit f4215eb8b0
5 changed files with 5 additions and 6 deletions

View File

@ -43,7 +43,7 @@ Archiva Security Configuration
Following are some of the properties you can modify. For a complete list,
consult the default properties file in Redback's svn repo:
{{{http://svn.codehaus.org/redback/redback/trunk/redback-configuration/src/main/resources/org/codehaus/plexus/redback/config-defaults.properties}
{{{http://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/redback-configuration/src/main/resources/org/apache/archiva/redback/config-defaults.properties}
config-defaults.properties}}
+-----+

View File

@ -21,7 +21,7 @@
Understanding Apache Archiva Security Roles
Archiva uses the {{{http://redback.codehaus.org/} Redback}} security framework for managing repository security. When the server is first started,
Archiva uses the {{{http://archiva.apache.org/redback/} Redback}} security framework for managing repository security. When the server is first started,
you will be prompted to create an administration user. This user will be given permission to administer all aspects of the system (as well as
access to all of the repositories). This user can then be used to grant permissions to other users.

View File

@ -21,7 +21,7 @@
Understanding Apache Archiva Security
Archiva's security is managed by {{{http://redback.codehaus.org/} Redback}}. The following document describes how to configure your
Archiva's security is managed by {{{http://archiva.apache.org/redback/} Redback}}. The following document describes how to configure your
repository security:
* {{{./roles.html} Roles in Archiva}}

View File

@ -85,7 +85,7 @@ Using REST Services
You can use Redback Rest Services to control user creation/modification and add/remove roles.
See {{http://redback.codehaus.org/integration/rest.html}}
See {{http://archiva.apache.org/redback/integration/rest.html}}

View File

@ -510,8 +510,7 @@ define("redback.user",["jquery","order!utils","i18n","jquery.validate","order!kn
* @param completeCallbackFn
*/
loginCall=function(username,password,successCallbackFn, errorCallbackFn, completeCallbackFn) {
var url = 'restServices/redbackServices/loginService/logIn';//?userName='+username;
//url += "&password="+password;
var url = 'restServices/redbackServices/loginService/logIn';
$.ajax({
url: url,