You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2019/05/21 13:39:17 UTC

[directory-ldap-api] branch master updated (2501a91 -> d6fc208)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git.


    from 2501a91  Added the missing NisNetGroupTriple syntax checker (DIRAPI-343, DIRSERVER-2264)
     new 5fb6aa1  Checkstyle fix
     new d6fc208  Switch to using https in the poms

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 integ-osgi/pom.xml                                                  | 2 +-
 ldap/client/api/pom.xml                                             | 6 +++---
 .../model/schema/syntaxCheckers/NisNetgroupTripleSyntaxChecker.java | 6 +++---
 pom.xml                                                             | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)


[directory-ldap-api] 01/02: Checkstyle fix

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git

commit 5fb6aa145cb7b7ad586af13cbeb73861d4b7a229
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 21 14:38:44 2019 +0100

    Checkstyle fix
---
 .../model/schema/syntaxCheckers/NisNetgroupTripleSyntaxChecker.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/syntaxCheckers/NisNetgroupTripleSyntaxChecker.java b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/syntaxCheckers/NisNetgroupTripleSyntaxChecker.java
index 76cc45c..710f128 100644
--- a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/syntaxCheckers/NisNetgroupTripleSyntaxChecker.java
+++ b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/syntaxCheckers/NisNetgroupTripleSyntaxChecker.java
@@ -117,10 +117,10 @@ public final class NisNetgroupTripleSyntaxChecker extends SyntaxChecker
         { 
             c = strValue.charAt( pos );
             
-            while ( ( c != ',') && ( c != ')' ) )
+            while ( ( c != ',' ) && ( c != ')' ) )
             {
-                if ( Character.isUpperCase( c ) || Character.isLowerCase( c ) || Character.isDigit( c ) ||
-                    ( c == '-' ) || ( c == ';' ) || ( c == '_' ) )
+                if ( Character.isUpperCase( c ) || Character.isLowerCase( c ) || Character.isDigit( c )
+                    || ( c == '-' ) || ( c == ';' ) || ( c == '_' ) )
                 {
                     pos++;
                 }


[directory-ldap-api] 02/02: Switch to using https in the poms

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git

commit d6fc208b1c2ff4de48082ef8044d35e04e25e82d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 21 14:38:55 2019 +0100

    Switch to using https in the poms
---
 integ-osgi/pom.xml      | 2 +-
 ldap/client/api/pom.xml | 6 +++---
 pom.xml                 | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/integ-osgi/pom.xml b/integ-osgi/pom.xml
index b89f40e..691058f 100644
--- a/integ-osgi/pom.xml
+++ b/integ-osgi/pom.xml
@@ -31,7 +31,7 @@
   <pluginRepositories>
     <pluginRepository>
       <id>apache.snapshots</id>
-      <url>http://repository.apache.org/snapshots/</url>
+      <url>https://repository.apache.org/snapshots/</url>
     </pluginRepository>
   </pluginRepositories>
 
diff --git a/ldap/client/api/pom.xml b/ldap/client/api/pom.xml
index 14e1e5a..48e52bd 100644
--- a/ldap/client/api/pom.xml
+++ b/ldap/client/api/pom.xml
@@ -34,13 +34,13 @@
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/DIRAPI</url>
+    <url>https://issues.apache.org/jira/browse/DIRAPI</url>
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/clients/ldap/trunk/ldap-client-api</connection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/directory/clients/ldap/trunk/ldap-client-api</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/clients/ldap/trunk/ldap-client-api</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/clients/ldap/trunk/ldap-client-api</url>
+    <url>https://svn.apache.org/viewvc/directory/clients/ldap/trunk/ldap-client-api</url>
     <tag>HEAD</tag>
   </scm>
 
diff --git a/pom.xml b/pom.xml
index 3fe9f91..cf2409c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
 
   <issueManagement>
     <system>JIRA</system>
-    <url>http://issues.apache.org/jira/browse/DIRAPI</url>
+    <url>https://issues.apache.org/jira/browse/DIRAPI</url>
   </issueManagement>
 
   <modules>