diff --git a/CODE_OF_CONDUCT.adoc b/CODE_OF_CONDUCT.adoc index f013d6f3..17783c7c 100644 --- a/CODE_OF_CONDUCT.adoc +++ b/CODE_OF_CONDUCT.adoc @@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden with regard to the reporter of an incident. This Code of Conduct is adapted from the -http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at -http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/] +https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at +https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dbe81fc1..f347a830 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -157,7 +157,7 @@ public class Spr8954Tests { Use `git rebase --interactive`, `git add --patch` and other tools to "squash" multiple commits into atomic changes. In addition to the man pages for git, there are many resources online to help you understand how these tools work. -Here is one: http://book.git-scm.com/4_interactive_rebasing.html. +Here is one: https://book.git-scm.com/4_interactive_rebasing.html. ## Use real name in git commits @@ -282,8 +282,8 @@ Note that you can always force push (`git push -f`) reworked / rebased commits against the branch used to submit your pull request. i.e. you do not need to issue a new pull request when asked to make changes. -[help documentation]: http://help.github.com/send-pull-requests +[help documentation]: https://help.github.com/send-pull-requests [JIRA issue tracker]: https://jira.springsource.org/browse/LDAP [SpringSource CLA form]: https://support.springsource.com/spring_committer_signup [fork-and-edit]: https://github.com/blog/844-forking-with-the-edit-button -[commit guidelines section of Pro Git]: http://progit.org/book/ch5-2.html#commit_guidelines +[commit guidelines section of Pro Git]: https://progit.org/book/ch5-2.html#commit_guidelines diff --git a/changelog.txt b/changelog.txt index 2984eaf6..cb67e16e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,16 +1,16 @@ Spring LDAP CHANGELOG ===================== -http://www.springframework.org/ldap +https://www.springframework.org/ldap -http://www.ietf.org/rfc/rfc1960.txt -http://www.ietf.org/rfc/rfc2251.txt -http://www.ietf.org/rfc/rfc2252.txt -http://www.ietf.org/rfc/rfc2253.txt -http://www.ietf.org/rfc/rfc2254.txt -http://www.ietf.org/rfc/rfc2255.txt -http://www.ietf.org/rfc/rfc2256.txt -http://www.ietf.org/rfc/rfc2696.txt -http://www.ietf.org/rfc/rfc2829.txt +https://www.ietf.org/rfc/rfc1960.txt +https://www.ietf.org/rfc/rfc2251.txt +https://www.ietf.org/rfc/rfc2252.txt +https://www.ietf.org/rfc/rfc2253.txt +https://www.ietf.org/rfc/rfc2254.txt +https://www.ietf.org/rfc/rfc2255.txt +https://www.ietf.org/rfc/rfc2256.txt +https://www.ietf.org/rfc/rfc2696.txt +https://www.ietf.org/rfc/rfc2829.txt Changes in version 1.3.2 (Not released yet) ------------------------------------------- @@ -39,7 +39,7 @@ Changes in version 1.3.1 (November 2010) * Added utility methods for converting a Windows security identifier (SID) between a binary format and a slightly more readable string format. - http://msdn.microsoft.com/en-us/library/aa379571%28VS.85%29.aspx + https://msdn.microsoft.com/en-us/library/aa379571%28VS.85%29.aspx (LDAP-187) * Added authentication methods that provide a possible authentication @@ -57,7 +57,7 @@ Changes in version 1.3.1 (November 2010) "none". (LDAP-188) * DIGEST-MD5 SASL authentication mechanism is now supported, as specified by - RFC 2829 (see http://www.ietf.org/rfc/rfc2829.txt, section 4). (LDAP-173) + RFC 2829 (see https://www.ietf.org/rfc/rfc2829.txt, section 4). (LDAP-173) Contributed by Marvin S. Addison. * DefaultDirObjectFactory calls a Java5 version of the IllegalArgumentException diff --git a/core/src/main/java/org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.java b/core/src/main/java/org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.java index c032b5b5..1ecb5a04 100755 --- a/core/src/main/java/org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.java +++ b/core/src/main/java/org/springframework/ldap/core/support/AbstractTlsDirContextAuthenticationStrategy.java @@ -56,7 +56,7 @@ import java.util.Hashtable; * processing. *

* For further information regarding TLS, refer to this + * href="https://java.sun.com/products/jndi/tutorial/ldap/ext/starttls.html">this * page. *

* NB: TLS negotiation is an expensive process, which is why you will diff --git a/core/src/main/java/org/springframework/ldap/core/support/ExternalTlsDirContextAuthenticationStrategy.java b/core/src/main/java/org/springframework/ldap/core/support/ExternalTlsDirContextAuthenticationStrategy.java index 7be2d716..72a228e4 100755 --- a/core/src/main/java/org/springframework/ldap/core/support/ExternalTlsDirContextAuthenticationStrategy.java +++ b/core/src/main/java/org/springframework/ldap/core/support/ExternalTlsDirContextAuthenticationStrategy.java @@ -24,7 +24,7 @@ import javax.naming.ldap.LdapContext; * {@link DirContextAuthenticationStrategy} for using TLS and external (SASL) * authentication. This implementation requires a client certificate to be * pointed out using system variables, as described here. Refer to {@link AbstractTlsDirContextAuthenticationStrategy} for * other configuration options. * diff --git a/core/src/main/java/org/springframework/ldap/filter/AbsoluteFalseFilter.java b/core/src/main/java/org/springframework/ldap/filter/AbsoluteFalseFilter.java index 8ce2fe1b..0a76a978 100644 --- a/core/src/main/java/org/springframework/ldap/filter/AbsoluteFalseFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/AbsoluteFalseFilter.java @@ -20,7 +20,7 @@ package org.springframework.ldap.filter; * A filter that will always evaluate to false, as specified in RFC4526. * * @author Mattias Hellborg Arthursson - * @see RFC4526 + * @see RFC4526 * @since 1.3.2 */ public class AbsoluteFalseFilter extends AbstractFilter { diff --git a/core/src/main/java/org/springframework/ldap/filter/AbsoluteTrueFilter.java b/core/src/main/java/org/springframework/ldap/filter/AbsoluteTrueFilter.java index e1a4a7f7..86c76c54 100644 --- a/core/src/main/java/org/springframework/ldap/filter/AbsoluteTrueFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/AbsoluteTrueFilter.java @@ -20,7 +20,7 @@ package org.springframework.ldap.filter; * A filter that will always evaluate to true, as specified in RFC4526. * * @author Mattias Hellborg Arthursson - * @see RFC4526 + * @see RFC4526 * @since 1.3.2 */ public class AbsoluteTrueFilter extends AbstractFilter { diff --git a/core/src/main/java/org/springframework/ldap/filter/Filter.java b/core/src/main/java/org/springframework/ldap/filter/Filter.java index 665aee62..10fd1538 100644 --- a/core/src/main/java/org/springframework/ldap/filter/Filter.java +++ b/core/src/main/java/org/springframework/ldap/filter/Filter.java @@ -20,7 +20,7 @@ package org.springframework.ldap.filter; * Common interface for LDAP filters. * * @author Adam Skogman - * @see RFC 1960: A String + * @see RFC 1960: A String * Representation of LDAP Search Filters */ public interface Filter { diff --git a/core/src/main/java/org/springframework/ldap/support/LdapUtils.java b/core/src/main/java/org/springframework/ldap/support/LdapUtils.java index 564af799..d9181e4c 100644 --- a/core/src/main/java/org/springframework/ldap/support/LdapUtils.java +++ b/core/src/main/java/org/springframework/ldap/support/LdapUtils.java @@ -602,9 +602,9 @@ public final class LdapUtils { /** * Converts a binary SID to its String representation, according to the * algorithm described here. Thanks to Eyal + * "https://www.jroller.com/eyallupu/entry/java_jndi_how_to_convert">Eyal * Lupu for algorithmic inspiration. * *

@@ -684,7 +684,7 @@ public final class LdapUtils {
 	/**
 	 * Converts a String SID to its binary representation, according to the
 	 * algorithm described here. 
 	 * 
 	 * @param string SID in readable format
diff --git a/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.0.xsd b/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.0.xsd
index d65d7809..30fbec70 100644
--- a/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.0.xsd
+++ b/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.0.xsd
@@ -6,7 +6,7 @@
            targetNamespace="http://www.springframework.org/schema/ldap">
 
     
+                schemaLocation="https://www.springframework.org/schema/data/repository/spring-repository.xsd" />
 
     
         
@@ -66,7 +66,7 @@
         
             
                 
-                    Defines the strategy to handle referrals, as described on http://docs.oracle.com/javase/jndi/tutorial/ldap/referral/jndi.html.
+                    Defines the strategy to handle referrals, as described on https://docs.oracle.com/javase/jndi/tutorial/ldap/referral/jndi.html.
                     Default is null.
                 
             
diff --git a/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.1.xsd b/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.1.xsd
index 80e038c7..cf90c507 100644
--- a/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.1.xsd
+++ b/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.1.xsd
@@ -6,7 +6,7 @@
            targetNamespace="http://www.springframework.org/schema/ldap">
 
     
+                schemaLocation="https://www.springframework.org/schema/data/repository/spring-repository.xsd" />
 
     
         
@@ -66,7 +66,7 @@
         
             
                 
-                    Defines the strategy to handle referrals, as described on http://docs.oracle.com/javase/jndi/tutorial/ldap/referral/jndi.html.
+                    Defines the strategy to handle referrals, as described on https://docs.oracle.com/javase/jndi/tutorial/ldap/referral/jndi.html.
                     Default is null.
                 
             
diff --git a/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.2.xsd b/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.2.xsd
index dfcf18ba..142b29b6 100644
--- a/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.2.xsd
+++ b/core/src/main/resources/org/springframework/ldap/config/spring-ldap-2.2.xsd
@@ -6,7 +6,7 @@
            targetNamespace="http://www.springframework.org/schema/ldap">
 
     
+                schemaLocation="https://www.springframework.org/schema/data/repository/spring-repository.xsd" />
 
     
         
@@ -66,7 +66,7 @@
         
             
                 
-                    Defines the strategy to handle referrals, as described on http://docs.oracle.com/javase/jndi/tutorial/ldap/referral/jndi.html.
+                    Defines the strategy to handle referrals, as described on https://docs.oracle.com/javase/jndi/tutorial/ldap/referral/jndi.html.
                     Default is null.
                 
             
diff --git a/core/src/test/java/org/springframework/ldap/core/DirContextAdapterTest.java b/core/src/test/java/org/springframework/ldap/core/DirContextAdapterTest.java
index 2d98f5c7..13f46f6a 100644
--- a/core/src/test/java/org/springframework/ldap/core/DirContextAdapterTest.java
+++ b/core/src/test/java/org/springframework/ldap/core/DirContextAdapterTest.java
@@ -834,7 +834,7 @@ public class DirContextAdapterTest {
 
 	/**
 	 * Test case corresponding to LDAP-96 in Spring Jira.
-	 * http://jira.springframework.org/browse/LDAP-96
+	 * https://jira.springframework.org/browse/LDAP-96
 	 */
     @Test
 	public void testChangeMultiAttributeOrderDoesMatterLDAP96()
diff --git a/core/src/test/java/org/springframework/ldap/core/DistinguishedNameTest.java b/core/src/test/java/org/springframework/ldap/core/DistinguishedNameTest.java
index f46038da..c4c229d7 100644
--- a/core/src/test/java/org/springframework/ldap/core/DistinguishedNameTest.java
+++ b/core/src/test/java/org/springframework/ldap/core/DistinguishedNameTest.java
@@ -581,7 +581,7 @@ public class DistinguishedNameTest {
 	}
 
 	/**
-	 * Test for http://forum.springsource.org/showthread.php?t=86640.
+	 * Test for https://forum.spring.io/showthread.php?t=86640.
 	 */
     @Test
 	public void testDistinguishedNameWithDotParsesProperly() {
diff --git a/core/src/test/java/org/springframework/ldap/support/LdapUtilsTest.java b/core/src/test/java/org/springframework/ldap/support/LdapUtilsTest.java
index ec0171af..030becbe 100644
--- a/core/src/test/java/org/springframework/ldap/support/LdapUtilsTest.java
+++ b/core/src/test/java/org/springframework/ldap/support/LdapUtilsTest.java
@@ -101,7 +101,7 @@ public class LdapUtilsTest {
     }
 
     /**
-     * Example SID from "http://www.pcreview.co.uk/forums/thread-1458615.php".
+     * Example SID from "https://www.pcreview.co.uk/forums/thread-1458615.php".
      */
     @Test
     public void testConvertBinarySidToString() throws Exception {
@@ -117,7 +117,7 @@ public class LdapUtilsTest {
     }
 
     /**
-     * Example SID from "http://blogs.msdn.com/oldnewthing/archive/2004/03/15/89753.aspx".
+     * Example SID from "https://blogs.msdn.com/oldnewthing/archive/2004/03/15/89753.aspx".
      */
     @Test
     public void testConvertAnotherBinarySidToString() throws Exception {
@@ -212,7 +212,7 @@ public class LdapUtilsTest {
     }
 
     /**
-     * Example SID from "http://www.pcreview.co.uk/forums/thread-1458615.php".
+     * Example SID from "https://www.pcreview.co.uk/forums/thread-1458615.php".
      */
     @Test
     public void testConvertStringSidToBinary() throws Exception {
diff --git a/etc/snapshotzipbuilds/1.3-snapshot-download.php b/etc/snapshotzipbuilds/1.3-snapshot-download.php
index 60d83aea..9f8ef0c8 100644
--- a/etc/snapshotzipbuilds/1.3-snapshot-download.php
+++ b/etc/snapshotzipbuilds/1.3-snapshot-download.php
@@ -1,5 +1,5 @@
 
 
 	
 
@@ -25,7 +25,7 @@
 			
 				
 					
-						
+						
 							
diff --git a/ldif/ldif-core/src/main/java/overview.html b/ldif/ldif-core/src/main/java/overview.html index d5045446..adf39cd2 100644 --- a/ldif/ldif-core/src/main/java/overview.html +++ b/ldif/ldif-core/src/main/java/overview.html @@ -1,4 +1,4 @@ - + diff --git a/ldif/ldif-core/src/test/java/org/springframework/ldap/ldif/DefaultAttributeValidationPolicyTest.java b/ldif/ldif-core/src/test/java/org/springframework/ldap/ldif/DefaultAttributeValidationPolicyTest.java index e5d8fad2..fd894724 100644 --- a/ldif/ldif-core/src/test/java/org/springframework/ldap/ldif/DefaultAttributeValidationPolicyTest.java +++ b/ldif/ldif-core/src/test/java/org/springframework/ldap/ldif/DefaultAttributeValidationPolicyTest.java @@ -61,7 +61,7 @@ public class DefaultAttributeValidationPolicyTest { private List exceptions = Arrays.asList(new String[] { "description: :A big sailing fan.", "cn;lang-ja:: 5bCP56yg5Y6fIO.ODreODieODi+ODvA==", - "url:< http://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28" + "url:< https://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28" }); /** @@ -92,8 +92,8 @@ public class DefaultAttributeValidationPolicyTest { { "cn;lang-ja:: 5bCP56yg5Y6fIO.ODreODieODi+ODvA==", "cn", ";lang-ja", "5bCP56yg5Y6fIO.ODreODieODi+ODvA==", AttributeType.BASE64 }, //Url - { "url:< http://www.oracle.com/", "url", "", "http://www.oracle.com/", AttributeType.URL}, - { "url:< http://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html", "url", "", "http://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html", AttributeType.URL}, + { "url:< https://www.oracle.com/", "url", "", "https://www.oracle.com/", AttributeType.URL}, + { "url:< https://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html", "url", "", "https://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html", AttributeType.URL}, { "url:< ftp://kbarlow:test@ftp.is.co.za/rfc/rfc1808.txt", "url", "", "ftp://kbarlow:test@ftp.is.co.za/rfc/rfc1808.txt", AttributeType.URL}, { "url;option:< ftp://ftp.is.co.za:2100/rfc/rfc1808.txt;type=a", "url", ";option", "ftp://ftp.is.co.za:2100/rfc/rfc1808.txt;type=a", AttributeType.URL}, { "url:< telnet://kbarlow@melvyl.ucop.edu/", "url", "", "telnet://kbarlow@melvyl.ucop.edu/", AttributeType.URL}, @@ -105,7 +105,7 @@ public class DefaultAttributeValidationPolicyTest { { "url:< prospero://host.dom:1525//pros/name;key=value", "url", "", "prospero://host.dom:1525//pros/name;key=value", AttributeType.URL}, { "url:< nntp://news.cs.hut.fi/alt.html/239157", "url", "", "nntp://news.cs.hut.fi/alt.html/239157", AttributeType.URL}, { "url:< wais://vega.lib.ncsu.edu/alawon.src?nren", "url", "", "wais://vega.lib.ncsu.edu/alawon.src?nren", AttributeType.URL}, - { "url:< http://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28", "url", "", "http://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28", AttributeType.URL} + { "url:< https://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28", "url", "", "https://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28", AttributeType.URL} }); } diff --git a/notice.txt b/notice.txt index eab6e896..d00d4bf6 100644 --- a/notice.txt +++ b/notice.txt @@ -4,13 +4,13 @@ ====================================================================== This product includes software developed by - the Apache Software Foundation (http://www.apache.org). + the Apache Software Foundation (https://www.apache.org). The end-user documentation included with a redistribution, if any, must include the following acknowledgement: "This product includes software developed by the Spring LDAP - Project (http://www.springframework.org/ldap)." + Project (https://www.springframework.org/ldap)." Alternately, this acknowledgement may appear in the software itself, if and wherever such third-party acknowledgements normally appear. diff --git a/odm/src/main/java/org/springframework/ldap/odm/core/OdmManager.java b/odm/src/main/java/org/springframework/ldap/odm/core/OdmManager.java index f9da429a..97461f53 100755 --- a/odm/src/main/java/org/springframework/ldap/odm/core/OdmManager.java +++ b/odm/src/main/java/org/springframework/ldap/odm/core/OdmManager.java @@ -109,8 +109,8 @@ public interface OdmManager { * * @throws org.springframework.ldap.NamingException on error. * - * @see Sun's JNDI tutorial description of search filters. - * @see LDAP: String Representation of Search Filters RFC. + * @see Sun's JNDI tutorial description of search filters. + * @see LDAP: String Representation of Search Filters RFC. */ List search(Class clazz, Name base, String filter, SearchControls searchControls); diff --git a/odm/src/main/resources/org/springframework/ldap/odm/tools/binary-attributes.txt b/odm/src/main/resources/org/springframework/ldap/odm/tools/binary-attributes.txt index 1e5e3ba4..562207be 100755 --- a/odm/src/main/resources/org/springframework/ldap/odm/tools/binary-attributes.txt +++ b/odm/src/main/resources/org/springframework/ldap/odm/tools/binary-attributes.txt @@ -1,6 +1,6 @@ # List of syntaxes that will be returned by the JNDI provider as byte[], taken from -# http://java.sun.com/products/jndi/tutorial/ldap/misc/attrs.html -# See all http://www.ietf.org/rfc/rfc2256.txt for attribute names with ;binary suffix +# https://java.sun.com/products/jndi/tutorial/ldap/misc/attrs.html +# See all https://www.ietf.org/rfc/rfc2256.txt for attribute names with ;binary suffix # Syntax Used by Attributes # ------ ------------------ diff --git a/odm/src/test/java/org/springframework/ldap/odm/test/TestConverterManager.java b/odm/src/test/java/org/springframework/ldap/odm/test/TestConverterManager.java index 633a2691..7f88c1a3 100755 --- a/odm/src/test/java/org/springframework/ldap/odm/test/TestConverterManager.java +++ b/odm/src/test/java/org/springframework/ldap/odm/test/TestConverterManager.java @@ -101,12 +101,12 @@ public final class TestConverterManager { new ConverterTestData((byte)66, String.class, "66"), new ConverterTestData((int)1234, String.class, "1234"), new ConverterTestData((int)-9876, String.class, "-9876"), - new ConverterTestData("http://google.com/", URI.class, new URI("http://google.com/")), - new ConverterTestData("http://apache.org/index.html", URI.class, new URI( - "http://apache.org/index.html")), - new ConverterTestData(new URI("http://google.com/"), String.class, "http://google.com/"), - new ConverterTestData(new URI("http://apache.org/index.html"), String.class, - "http://apache.org/index.html") }; + new ConverterTestData("https://google.com/", URI.class, new URI("https://google.com/")), + new ConverterTestData("https://apache.org/index.html", URI.class, new URI( + "https://apache.org/index.html")), + new ConverterTestData(new URI("https://google.com/"), String.class, "https://google.com/"), + new ConverterTestData(new URI("https://apache.org/index.html"), String.class, + "https://apache.org/index.html") }; new ExecuteRunnable>().runTests(new RunnableTest>() { public void runTest(ConverterTestData testData) { diff --git a/readme.md b/readme.md index 9eec4190..4fa06056 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ In addition to this, Spring LDAP provides Exception translation from NamingExcep to an unchecked exception hirearchy, as well as several utilities for working with filters, LDAP paths and Attributes. -For detailed information on the project, please refer to the [reference documentation](http://static.springsource.org/spring-ldap/docs/1.3.x/reference/html/) and [javadocs](http://static.springframework.org/spring-ldap/docs/1.3.x/apidocs/). +For detailed information on the project, please refer to the [reference documentation](https://docs.spring.io/spring-ldap/docs/1.3.x/reference/html/) and [javadocs](https://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/). See [the changelog](https://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10071&version=13399) for detailed information on changes in the latest version. ###MAVEN USERS @@ -53,7 +53,7 @@ framework milestone repo: spring-milestone Spring Portfolio Milestone Repository - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone Snapshot builds produced by the CI builds are available from the Spring framework snapshot repo: @@ -61,7 +61,7 @@ Snapshot builds produced by the CI builds are available from the Spring framewor spring-milestone Spring Portfolio Milestone Repository - http://maven.springframework.org/snapshot + https://maven.springframework.org/snapshot In order to e.g. try out the latest build snapshot of the core module, include the repository above and @@ -79,6 +79,6 @@ and bug fixes for an upcoming version. Please report any problems or bugs in the ###ADDITIONAL RESOURCES -* [Official site](http://www.springframework.org/ldap) -* [Support forum](http://forum.springframework.org/forumdisplay.php?f=40) +* [Official site](https://www.springframework.org/ldap) +* [Support forum](https://forum.springframework.org/forumdisplay.php?f=40) * [Issue tracker](https://jira.springsource.org/browse/LDAP) diff --git a/samples/user-admin/src/main/webapp/WEB-INF/jsp/header.jsp b/samples/user-admin/src/main/webapp/WEB-INF/jsp/header.jsp index 14558d8e..a4497e66 100644 --- a/samples/user-admin/src/main/webapp/WEB-INF/jsp/header.jsp +++ b/samples/user-admin/src/main/webapp/WEB-INF/jsp/header.jsp @@ -30,7 +30,7 @@ - Spring LDAP + Spring LDAP