]> source.dussan.org Git - archiva.git/commitdiff
fix links as redback is now @asf
authorOlivier Lamy <olamy@apache.org>
Wed, 11 Apr 2012 16:21:16 +0000 (16:21 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 11 Apr 2012 16:21:16 +0000 (16:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1324845 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/customising-security.apt
archiva-docs/src/site/apt/adminguide/roles.apt
archiva-docs/src/site/apt/adminguide/security.apt
archiva-docs/src/site/apt/adminguide/webservices/rest.apt.vm
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/user.js

index bd9a9e144cfa390520acac851cfaa03bd2e99543..3ed7961b0f4084cda5d15b33f4b9ca0b76a04e41 100644 (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}}
 
 +-----+
index 4040aaf7cdc1d491ea78f399fef23d22766d4bb4..dae3ca7348178ad22e78d8119f58382f1450d3bd 100644 (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.
 
index c34fb1431f75fcc80444bad7e7d16fc5102c6131..d6a22d792a7e0d201f945c015abed572d7fd828a 100644 (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}}
index 17161dbdc0119ce57d0e9888aeb21483e6ac415c..f75437eb83ab8483111f1b88a85780df8dbb7c4b 100644 (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}}
 
 
 
index c41da3c53904ca45956d3ebdfb876f6d1912f448..9531b438ca0407fec6424fce77c1fe8ae1b5fab2 100644 (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,